前端老生

设置 Git 的 HTTP 代理(ClashX HTTP 端口默认 7890)


# 设置 Git 的 HTTP 代理(ClashX HTTP 端口默认 7890)

git config --global http.proxy http://127.0.0.1:7890 

git config --global https.proxy https://127.0.0.1:7890