Fatal Error : Can't resolve host github.com

前端 未结 4 1564
你的背包
你的背包 2021-02-12 18:02

I am trying to push files to my remote repository from my local repository and I see this

fatal error : fatal: unable to access \'https://github.com/viniv

4条回答
  •  别跟我提以往
    2021-02-12 18:57

    This solved my problem:

    http version:
    
    git config --global --unset http.proxy
    
    https version:
    
    git config --global --unset https.proxy
    

提交回复
热议问题