Clone failed unable to access "https://....." failed connect to github:443 no error

22,970

Check if your network is protected, if so, you can configure proxy for git provided in that answer, as follows:

git config --global http.proxy http://proxyuser:[email protected]:8080
  • change proxyuser to your proxy user
  • change proxypwd to your proxy password
  • change proxy.server.com to the URL of your proxy server
  • change 8080 to the proxy port configured on your proxy server

Otherwise, you should consider a fresh install of git.

Share:
22,970
LattaliAhmed
Author by

LattaliAhmed

Engineer student in computer science, interested in android technologies. Also JAVA, J2EE.

Updated on April 29, 2020

Comments

  • LattaliAhmed
    LattaliAhmed about 4 years

    I am using Android project and I'm sick of this error:

    fatal: unable to access 'https://github.com/caddy2519/MyBabyGrowing.git/': Failed connect to github.com:443; No error

    How do I fix this?

    I don't use proxy server.