I am attempting to do a simple
$git pull
From my remote master repository. When I do so, the command just hangs and never does anything, no timeout, no errors -- just waiting silently.
Meanwhile, on the remote system, I can watch my daemon do this:
[30395] Connection from 192.168.1.203:55260
[30395] Extended attributes (20 bytes) exist <host=192.168.1.125>
[30395] Req开发者_如何转开发uest upload-pack for '/staging.git'
[30386] [30395] Disconnected
The Disconnected happens very quickly. But again, there is no error or reaction of any kind on my side.
Now, on my machine I was easily able to clone a new copy of my remote master. And from that new clone I can do a git pull without any problem.
So, what might be going on here? How can I troubleshoot this behavior?
精彩评论