Fatal Error : Can't resolve host github.com

前端 未结 4 1351
难免孤独
难免孤独 2021-02-12 18:15

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:45

    This solved my problem:

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

提交回复
热议问题