'https://gitee.com/XXX.git/'에 액세스할 수 없습니다: 127.0.0.1포트 7890에 연결하지 못했습니다: 연결 r

문제: gitee가 코드를 가져올 때 "https://gitee.com/XXX.git/'에 액세스할 수 없습니다: 127.0.0.1포트 7890에 연결하지 못했습니다: 연결이 거부되었습니다"라는 오류가 나타납니다.

해결 방법: git Bash 측에서 다음 코드를 실행하세요.

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

해결하다!

おすすめ

転載: blog.csdn.net/qq_35207086/article/details/132904071