摘要: 晕了,今天不知道怎么出现了这个问题 ``` git config --global http.proxy http://127.0.0.1:1080 git config --global https.proxy http://127.0.0.1:1080 ``` 问题得到解决 取消代理 ``` g 阅读全文
posted @ 2023-05-28 14:01 yangstar 阅读(161) 评论(0) 推荐(0) 编辑