​# 配置代理
# 127.0.0.1是自己电脑的IP,7890是自己电脑的代理端口
git config --global https.proxy http://127.0.0.1:7890

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


# 取消代理
git config --global --unset http.proxy

git config --global --unset https.proxy

# 查看代理
git config --global https.proxy

npm config delete proxy

​


Logo

瓜分20万奖金 获得内推名额 丰厚实物奖励 易参与易上手

更多推荐