我的 v2ray 监听在 socks://127.0.0.1:1080,所以需要给 github 设置代理:

# clone with http

git config --global http.proxy socks://127.0.0.1:1080
git config --global https.proxy socks://127.0.0.1:1080

# Clone with SSH

echo "Host github.com" >> ~/.ssh/config
echo "ProxyCommand nc -X 5 -x 127.0.0.1:1080 %h %p" >> ~/.ssh/config

# 查看代理

git config -l
git config --global --get-regexp http.* # 查看全局http代理配置

# 取消代理

git config --global --unset **http.proxy** # 取消全局代理
git config --global --unset http.https://github.com.proxy # 取消github代理

参考文章:

https://www.cuger.top/github 克隆走 v2ray 代理的配置 /

更新于

请我喝[茶]~( ̄▽ ̄)~*

Kalice 微信支付

微信支付

Kalice 支付宝

支付宝