Hi All,
I am experiencing an issue when cloning remote repositories, I am getting the error "clone succeeded but checkout failed" I am trying to clone into a Mac OSX network share where I have full read and write permissions (so the path is /Network/Servers/myserver.local/Users/myusername/Documents/myproject). I am experiencing this both when using SourceTrees embedded GIT as well as system GIT.
Any help with this will be grately appreciated.
Thanks in advance.
Git users have repeatedly had difficulty with storing "local" repositories on network shares. It is recommended to keep your git repository on actual local storage, and add any other locations that need it as remotes that you can push to.
https://answers.atlassian.com/questions/266964/git-is-failing-to-stage-or-commit-with-sourcetree-in-a-windows-network-environment
https://answers.atlassian.com/questions/77637/local-mac-using-network-home-server-as-git-repo-possible
https://answers.atlassian.com/questions/275021/fatal-unable-to-write-new-index-file
http://apple.stackexchange.com/questions/111934/git-not-working-over-afp
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.