windows配置git bash走代理
摘要:
1.netstat查询代理端口 如7878 2.设置git bash git config --global http.proxy 'http://127.0.0.1:7878'git config --global https.proxy 'https://127.0.0.1:7878' 就会弹出 阅读全文
posted @ 2022-05-27 13:44 toughcactus 阅读(312) 评论(0) 推荐(0) 编辑