에러일지/GIT

[GIT] fatal: unable to access '*': Could not resolve host: github.com

레오나르도 다빈츠 2021. 6. 13. 12:00

 

 

에러

fatal: unable to access 'https://github.com/hvsundev/vue-popup.git/': Could not resolve host: github.com

 

 

 

해결

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

 

 

 


개인적으로 공부한 내용을 정리하는 블로그로
잘못된 개념을 게시하지않도록 주의하고 있으나 오류가 있을 수 있습니다.