开发者

Remote Git daemon immediately disconnects my client on a "git pull"

开发者 https://www.devze.com 2023-04-06 05:31 出处:网络
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.

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?

0

精彩评论

暂无评论...
验证码 换一张
取 消