我使用git pull命令时遇到了麻烦。
我叫'git pull',但什么也没发生,甚至没有发生错误! 它以前运作良好,今天不运作。我该怎么办?
$ GIT_TRACE=1 git pull
16:07:11.030735 git.c:344 trace: built-in: git pull
16:07:11.031160 run-command.c:640 trace: run_command: git fetch --update-head-ok
16:07:11.032437 git.c:344 trace: built-in: git fetch --update-head-ok
16:07:11.032805 run-command.c:640 trace: run_command: git-remote-https origin https://github.com/my/repository.git
[yjpark@uws64-211 www]$
感谢。
答案 0 :(得分:0)
这是服务器上的git版本问题。
服务器管理员降级了git的版本,现在工作正常。 :)