phùng sơn
phùng sơn

Reputation: 19

Failed to connect to github.com port 443: Timed out

I tried all solution but it can not resolved.

I have a problem with my program, when I push a repository to github. I always get this error:

Failed to connect to github.com port 443: Timed out.

I don't use any proxy. What could be the cause?

Upvotes: 0

Views: 15970

Answers (1)

VonC
VonC

Reputation: 1324248

I don't use any proxy

Agreed but check if:

  • you still have an environment variable http(s)_proxy (uper or lowercase)
  • you are seeing that error from an IDE like Visual Studio where copying the binaries from the "<VS_INSTALL>\Common7\IDE\CommonExtensions\Microsoft\TeamFoundation\Team Explorer\Git\mingw32\bin\" folder to the "<VS_INSTALL>\Common7\IDE\CommonExtensions\Microsoft\TeamFoundation\Team Explorer\Git\mingw32\libexec\git-core\" folder can resolve the issue
  • you are still seeing the error after unzipping/installing the latest Git and using a simplified PATH (as seen here, if you are on Windows)

Upvotes: 1

Related Questions