본문 바로가기
도구/Git

fatal : unable to access "" could not resolve host: "" 해결

by 작은소행성 2021. 4. 13.

git pull하는데 생긴 error 로

proxy에 문제가 있어서 아래 명령어로 해결할 수 있었다. 

 

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

 

저장소를 복제하는 명령어 사용으로 다시 해본다. 

git clone 깃주소.git

 

 

반응형