Hi,

I am having issues with push.

I am working for two projects. Both are hosted on github,
and the repositories are managed by other users.

On both, when I try to push, the process hangs for
a very long time (10 mins or so) at this stage:

$> git push
Enter passphrase for key '/var/www/.ssh/id_rsa':
Counting objects: 105, done.
Compressing objects: 100% (54/54), done.
Writing objects: 100% (65/65), 13.71 KiB, done.
Total 65 (delta 16), reused 0 (delta 0)

and the other one:
$> git push
Counting objects: 15, done.
Compressing objects: 100% (10/10), done.
Writing objects: 100% (10/10), 1.61 KiB, done.
Total 10 (delta 5), reused 0 (delta 0)


After that, the following error message appears:

Read from remote host github.com: Connection timed out
fatal: The remote end hung up unexpectedly

(so the complete command produces the following output: )
$> git push
Enter passphrase for key '/var/www/.ssh/id_rsa':
Counting objects: 105, done.
Compressing objects: 100% (54/54), done.
Writing objects: 100% (65/65), 13.71 KiB, done.
Total 65 (delta 16), reused 0 (delta 0)
Read from remote host github.com: Connection timed out
fatal: The remote end hung up unexpectedly

Any ideas what's going wrong???
That happened to me since yesterday, and try is failing. I haven't had
problems
before. Thanks for any help.

--

You received this message because you are subscribed to the Google Groups 
"GitHub" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/github?hl=en.


Reply via email to