网络配置¶ 在国内连接远程仓库时可能会报443端口超时,可以通过配置代理解决该问题。 取消所有代理 git config --global --unset http.proxy git config --global --unset https.proxy 设置代理(例如:clash) git config --global http.proxy http://127.0.0.1:7890