Failed to connect to github 443

后端 未结 4 1185
一向
一向 2021-01-04 19:18

I tried to push some changes to github using git push origin master, but after some time it showed an error

fatal: unable to access \'https://gi         


        
4条回答
  •  暗喜
    暗喜 (楼主)
    2021-01-04 19:39

    From here: GitHub - failed to connect to github 443 windows/ Failed to connect to gitHub - No Error

    git config --global http.proxy http[s]://userName:password@proxyaddress:port
    

    Where port might be 3128 and userName:password might be your windows login credentials

提交回复
热议问题