我遇到了git的问题(在cygwin shell中使用Windows 7和git),当有远程分支更新时,git pull就会被冻结(这种情况发生在任何仓库,而不仅仅是1)。
输出如下:
$ git pull
remote: Counting objects: 781, done.
remote: Compressing objects: 100% (363/363), done.
remote: Total 781 (delta 488), reused 615 (delta 386)
Receiving objects: 100% (781/781), 102.09 KiB | 0 bytes/s, done.
Resolving deltas: 100% (488/488), done.
From my.github.server.com:ORG/reponame
a3a74cc..7ca78b2 branchxxx -> branchxxx
* [new branch] branchxxx
* [new branch] branchxxx
a148fb3..bfba667 branchxxx
* [new branch] branchxxx
* [new branch] branchxxx
* [new branch] branchxxx
* [new branch] branchxxx -> branchxxx
* [new branch] branchxxx
* [new branch] branchxxx
First, rewinding head to replay your work on top of it...
它始终只是挂在“第一,重新开头重播你的工作......”
运行“ssh -T -v git@my.github.server.com”成功验证了SSL会话,所以我真的不知道它还能做什么..
答案 0 :(得分:0)
不知道问题是什么,但我最终重新安装了Git并修复了问题。