Unable to connect to git remote repository

后端 未结 5 1012
梦如初夏
梦如初夏 2021-01-30 07:06

After performing git push -u origin master, I got:

fatal: unable to access \'https://github.com/xxxx/xxxx.git         


        
5条回答
  •  无人及你
    2021-01-30 07:49

    It seems that git tries to use a local proxy.

    Please check your global network-settings and those of git.

    Use git config http.proxy and git config --global http.proxy to get the proxy-settings of git.

提交回复
热议问题