BruceOuyang / issuelist

用于记录日常碰到的各种问题和经验总结 (请看Issues)
4 stars 2 forks source link

各种代理 #125

Open BruceOuyang opened 1 year ago

BruceOuyang commented 1 year ago

git 设置 clash 代理

git config --global http.proxy "socks5://127.0.0.1:7891"
git config --global https.proxy "socks5://127.0.0.1:7891"

注意,需要本地有像clash工具开启的 socks 服务