我有一个奇怪的问题.我使用TortoiseGIT(Win7),我的存储库被放置在一个vritual服务器(Debian)上,我使用gitolite和SSH密钥.
我可以clone
存储库到我的电脑,我可以运行Fetch
,Push
,Commit
,Sync
...一切,但尝试时Pull
从服务器的变化Pushed
被其他贡献者,出现以下错误:
git.exe pull -v --progress "origin"
fatal: 'pull' appears to be a git command, but we were not
able to execute it. Maybe git-pull is broken?
git did not exit cleanly (exit code 128)
Run Code Online (Sandbox Code Playgroud)
我不明白,为什么只是pull
命令不工作..感谢任何帮助.
我可以使用贡献Pull
的更改来创建存储库的克隆..但是不能在我的PC上创建存储库的更改.