今天提交代码到gitee时出现提交失败的错误。
百度了下找到了问题的原因。
在cmd中输入以下命令查看是否Git使用了代理
git config --global http.proxy
若是,则取消代理
git config --global --unset http.proxy
今天提交代码到gitee时出现提交失败的错误。
百度了下找到了问题的原因。
在cmd中输入以下命令查看是否Git使用了代理
git config --global http.proxy
若是,则取消代理
git config --global --unset http.proxy