您的位置 首页 git

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

 

欢迎来撩 : 汇总all

白眉大叔

关于白眉大叔linux云计算: 白眉大叔

热门文章