返回顶部

使用Git报错fatal: unable to access '‘ Couldn't connect to server

一般该错误是因为用了梯子,运行以下代码后再继续git就正常了
git config --global --unset http.proxy
或者
git config --global --unset https.proxy

 

posted @ 2023-09-22 15:16  欣杰科技  阅读(2543)  评论(0)    收藏  举报