导航

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 on 2022-05-27 13:44  toughcactus  阅读(287)  评论(0编辑  收藏  举报