xvno / blog

个人博客, 不定期发布技术笔记和个人随笔.
0 stars 0 forks source link

Network: Proxy: Clash #145

Open xvno opened 2 years ago

xvno commented 2 years ago

Refs

client app

xvno commented 2 years ago

Issues

Git

git config --global http.proxy '127.0.0.1:7890'
git config --global https.proxy '127.0.0.1:7890'
git config --global --add remote.origin.proxy 127.0.0.1:7890

git clone 报错 :Failed to receive SOCKS4 connect request ack. 因为 clash 代理的 socket5,github 是 socket4