操作系统是win7
git和TortoiseGit安装在D盘
.ssh在C盘
使用Git Bash clone项目到D盘中一个目录
git clone "git@gitcafe.com:xxxx/xxxx.git" /d/Project/xxxx
这个操作是成功的
当我对项目进修修改,使用TortoiseGit做push操作,出现错误
提示
git.exe push --progress "origin" master:master
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
git不能完全退出(退出码 128) (3182 ms @ 2013/3/4 12:39:17)
初次使用git,希望得到帮助,谢谢