I have the same strange issue with git ower. I have a virtual network with OpenVPN. f.e. 10.10.0.0/24
and a real network 192.168.1.0/24 All routings is aviable. scheme: 10.10.0.3 (ssh client) - > 10.10.0.4 - 192.168.1.20 (one host, two eth) -> 192.168.1.10 (ssh server) ping 192.168.1.10 from 10.10.0.3 is ok ping 10.10.0.3 from 192.168.1.10 is ok ssh client (putty) from 192.168.1.10 to 192.168.1.10 (ssh server debian) is ok. so : git clone is ok (repo is 60 mb about), but git push: git push Enter passphrase for key '/c/Users/1/.ssh/id_rsa': Counting objects: 8, done. Delta compression using up to 4 threads. Compressing objects: 100% (5/5), done. Writing objects: 100% (5/5), 1.42 MiB | 0 bytes/s, done. Total 5 (delta 3), reused 0 (delta 0) Write failed: Connection reset by peer fatal: The remote end hung up unexpectedly fatal: The remote end hung up unexpectedly And it's problem with scp upload through vpn, because ssh and scp download works ok! And I don't know now, what is a the problem. But it does not with git. > Daniel Ellison <[email protected] <javascript:>> wrote: > > > I have a windows box on my home LAN that I use as a file server and > > the origin, with several Windows clients. I use eGit for Eclipse and > > everything works fine. > > -- You received this message because you are subscribed to the Google Groups "Git for human beings" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
