Failed to connect to github.com port 443 after 21124 ms: Couldn't connect to server #66424
Replies: 34 comments 36 replies
-
we encounter the same on our machines, and its not restricted to a specific repo, commands that fail on the first run succeed on a second run. Not a solution for our build pipelines.
|
Beta Was this translation helpful? Give feedback.
-
Same issue here. Connections to github.com are failing sometimes. Another run often (not 100%) is successful. |
Beta Was this translation helpful? Give feedback.
-
I tried running curl https://github.com on our CI server and every 1/3 request hangs. The issue poped up when pulling from repos to start build pipelines. This behaviour was first noticed 24h ago in our CI server. |
Beta Was this translation helpful? Give feedback.
-
I have also same issue with own runner:
|
Beta Was this translation helpful? Give feedback.
-
Hello, we're having the same problem. It happens regularly and breaks our pipeline builds currently. We ruled out rate limiting and other network issues. It really seems to happen that the git servers at GitHub are not responsive from time to time. We recognized this also since early yesterday. Maybe this is related to: https://www.githubstatus.com/incidents/2gy2gddtv23d |
Beta Was this translation helpful? Give feedback.
-
Hi, we're having the same problem since yesterday and it is not resolved |
Beta Was this translation helpful? Give feedback.
-
We have also been experiencing issues since yesterday frequently resulting in failing GitHub action jobs. It is mainly manifesting itself as warning failing to download Actions, and errors using GitHub API over GitHubs CLI tool. I think it may relate to this issue: https://github.com/orgs/community/discussions/66444 |
Beta Was this translation helpful? Give feedback.
-
I'm surprised that this issue is not yet visible on https://www.githubstatus.com/. I'm afraid that GitHub is not aware of it. Is there another way to alert GitHub? |
Beta Was this translation helpful? Give feedback.
-
For us the issue got reolved a few hour ago, and for the mean while I changed my hosts file to direct github.com to the US region load balancer. |
Beta Was this translation helpful? Give feedback.
-
Hello, in the last week I've also experienced frequent "Failed to connect to github.com port 443: Connection timed out" messages from different repositories; oddly enough, switching the IP address I connect from via VPN seems to solve. Are there issues with a too-aggressive DDOS prevention mechanism? |
Beta Was this translation helpful? Give feedback.
-
I have this issue since today. Are there still problems? |
Beta Was this translation helpful? Give feedback.
-
Problems are back... can't do anything! GitHub Desktop Acess: SVN Access: |
Beta Was this translation helpful? Give feedback.
-
Close fireWall software, and sloved. |
Beta Was this translation helpful? Give feedback.
-
I just made an ssh key with ssh-keygen put the key in the folder I made and used it to add my key and then tested it with git clone ssh the repo copy and paste. |
Beta Was this translation helpful? Give feedback.
-
A few months ago, while certain operations (like git clone) still were working fine, some others (like git checkout) started to behave as described by you guys. I've just find out that the culprit was using the URL with ".git" suffix (e.g., https://github.com/marcolopes/dma.git instead of simply https://github.com/marcolopes/dma). As soon as I removed that ".git" suffix from my URLs, all the trouble went away. |
Beta Was this translation helpful? Give feedback.
-
Same issue here from (India) |
Beta Was this translation helpful? Give feedback.
-
Action failed because of this during auto-commit step |
Beta Was this translation helpful? Give feedback.
-
Just experienced this issue now (Nigeria) |
Beta Was this translation helpful? Give feedback.
-
Same issue here, facing since this morning. (Bangladesh) |
Beta Was this translation helpful? Give feedback.
-
same issue here from (Indonesia) since last 3 days |
Beta Was this translation helpful? Give feedback.
-
I have found the solution to the problem !!! . Just switch your wifi , then run the same git cmds , and it will work. |
Beta Was this translation helpful? Give feedback.
-
there was a vs.code folder containing a file called .settings . there was a port on default. Deleted and the clone was ok here |
Beta Was this translation helpful? Give feedback.
-
same issue here I changed my network, and issue fixed |
Beta Was this translation helpful? Give feedback.
-
Had the same issue, toggling Wifi off/on solved the issue. |
Beta Was this translation helpful? Give feedback.
-
i am experiencing the same, does anyone know how to fix
|
Beta Was this translation helpful? Give feedback.
-
Same issue. ipv6 related maybe ? I don't have ipv4 address |
Beta Was this translation helpful? Give feedback.
-
Same issue I've faced. |
Beta Was this translation helpful? Give feedback.
-
Same issue here in Mexico. curl: (28) Failed to connect to github.com port 443 after 138319 ms: Couldn't connect to server |
Beta Was this translation helpful? Give feedback.
-
here my steps to solve this problem:
|
Beta Was this translation helpful? Give feedback.
-
I think i have a good solution for you , JUST turn on TUN MODE in your proxy software |
Beta Was this translation helpful? Give feedback.
-
Select Topic Area
Question
Body
We are having connection issues with GIT, even using GitHub Desktop APP!
fatal: unable to access 'https://github.com/marcolopes/dma.git/': Failed to connect to github.com port 443 after 21124 ms: Couldn't connect to server
The connection using ECLIPSE SVN is SLOW SLOW SLOW, and hangs sometimes (when it doesen't hang, it will throw "org.apache.subversion.javahl.ClientException: Can't create session
svn: Unable to connect to a repository at URL 'https://github.com/marcolopes/dma/trunk/org.dma.eclipse'
Connection timed out
svn: Connection timed out"
Is there a problem with GIT?
We are used to it being slow using SVN, but this has nothing to do with it, since direct connection with GitHub Desktop (Windows) has the same problems...
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions