2016-08-18 37 views
0

我在使用git时出现问题(在cygwin shell中使用Windows 7和git),当远程分支出现更新时git pull被冻结(这发生在任何回购站,而不仅仅是1)。git pull在远程发现更新时挂起

输出如下:

$ 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 [email protected]“成功验证了SSL会话,所以我真的不知道还有什么可能。

回答

0

不知道问题是什么,但我结束了重新安装Git并解决了这个问题。