Git开启socks5代理

xingyun86 2022-11-4 482

Git开启socks5代理

Git配置代理及基本信息
git config --global http.proxy 'socks5://127.0.0.1:1888'
git config --global https.proxy 'socks5://127.0.0.1:1888'
git config --global name 'xingyun86'
git config --global email 'xxxxx@xxxx.xx'
查看配置结果
cat ~/.gitconfig


×
打赏作者
最新回复 (0)
只看楼主
全部楼主
返回