/libexec/git-core/git-sh-setup: line 343: cd: .git: No such file or directory
Problem :
Welcome to Git (version 1.9.4-preview20140929)
$ git pull origin
/libexec/git-core/git-sh-setup: line 343: cd: .git: No such file or directory
Unable to determine absolute path of git directory
flemieux@BEAVER j/kui
$
Solution :
Reboot after upgrading git in Windows. Mounted drives will not work after some re-installation of GIT. A reboot is needed.
Related question on StackOverflow : http://stackoverflow.com/questions/11539076/git-unable-to-determine-absolute-path-of-git-directory
Recent Comments