51工具盒子

依楼听风雨
笑看云卷云舒,淡观潮起潮落

git clone 加代理

1-临时用

git clone https://github.com/fex-team/ueditor.git --config http.proxy="socks5://127.0.0.1:1080"

用为windows的ss

git clone https://github.com/fex-team/ueditor.git --config http.proxy="socks5://10.0.0.1:1081"

2-全局替换

#http代理
git config --global http.proxy http://127.0.0.1:10808

#socket5
git config --global http.proxy socks5://127.0.0.1:10808
赞(0)
未经允许不得转载:工具盒子 » git clone 加代理