0

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?

peterh
  • 11,875
  • 18
  • 85
  • 108
phùng sơn
  • 19
  • 1
  • 1
  • 2

1 Answers1

1

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)
peterh
  • 11,875
  • 18
  • 85
  • 108
VonC
  • 1,262,500
  • 529
  • 4,410
  • 5,250