1

While I'm trying to push, pull or merge the local to github repo I'm getting some issues. I even tried to clone the new local repo but that is also giving problem. Can anyone please help me in this matter.

Executed command result:

$ git push
error: Failed connect to github.com:443; Connection timed out while accessing https://github.com/xxxxxxxxx/xxxxxxxx.git/info/refs?service=git-receive-pack
fatal: HTTP request failed
2
  • 2
    Was this working at some point and then stopped working? Or has it never worked? "Connection timed out" sounds like it could be your internet connection, github's servers not responding, or ssh being blocked perhaps. status.github.com looks like they aren't having any problems, though, and you appear to be connected to the internet since you asked this question... what output do you get if you follow this test procedure? Commented Dec 1, 2013 at 16:45
  • I got the similar problem after I rollbacked to the previous commit. Dont think its internet problem, can Anyone suggest the answer.
    – SujitS
    Commented Dec 1, 2013 at 17:43

2 Answers 2

1

May be you have internet connection problem.

0

Probably a firewall issue. Try disabling the firewall, connecting using a different network, or asking your firewall administrator to let you access github somehow, maybe using an ssh jump host.

Not the answer you're looking for? Browse other questions tagged or ask your own question.