Indeed, the logs you posted don't tell me much. Indeed, it appears as if 
the ssh client closes the connection and sends an error code upstream, 
probably because the server doesn't ack the close (I'm speculating...).
Maybe the following questions need also be answered before trying anything 
else:
- Does this happen on other machines running the same software?
- Would it be possible to set up a direct network link between client and 
server (i.e. no network switches, etc.) and retry?

I'm maintaining my opinion that this is a network-related problem rather 
than a git-related one. One other thing to check, if you're using 
"consumer-grade" network switches between your client ad the server is that 
the MTUs for the eth interfaces on both client and server do not exceed 
1500. Cheap network switches simply discard any packet larger than this. 
Yeah, toy with the MTU...


-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/git-users/-/7NDflXWlo0MJ.
To post to this group, send email to git-users@googlegroups.com.
To unsubscribe from this group, send email to 
git-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/git-users?hl=en.

Reply via email to