Hi, All:
I created a repository on a home server. I can ssh to the server without any issue. I can also 'git clone' the empty repository from another home computer and everything works fine. I then tried a simple "git add, git commit". No issue! However, when I do 'git push origin master', it got stuck there forever without issuing any warning or error message, as below: abigail@abilina:~/my-project$ git push origin master [email protected]'s password: Counting objects: 3, done. Writing objects: 100% (3/3), 208 bytes | 0 bytes/s, done. Total 3 (delta 0), reused 0 (delta 0) The push wasn't successful and got stuck like this. What could be the reason? Thanks. -- 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.
