interesting network or git problem

Posted by bogumbiker on Stack Overflow See other posts from Stack Overflow or by bogumbiker
Published on 2010-03-24T05:14:19Z Indexed on 2010/03/24 5:23 UTC
Read the original article Hit count: 486

Filed under:
|
|

I have a setup my own git repository with gitosis on dedicated debian server. The server is visible via port 22 from outside (the port 22 is forwarded from my router to my git server). On the local network the git repository works perfectly. The problem happens once I try to do "git clone.." from remote server. So once I do "git clone.." from remote I am getting git clone hung after cloning around 20-30% of the repository (small around 2MB) and I think this is the random percentage. I can do scp to and from the git server without any problems. Also as I mentioned the git clone, push, etc works perfectly within my internal network. Any idea how to debug this problem? thanks

© Stack Overflow or respective owner

Related posts about git

Related posts about commit