记github下载上传遇到的各种问题

代理

1.不要乱设置代理:git config --global --unset http.proxy

2.openssl 问题: git config --global http.sslVerify "false"

3.443 重新下载

4.提示xx端口问题:去配置文件删除这个端口

5.提交代码给github提示person token:去 setting -> developer setting -> person access tokens生成

不会,我可以学;落后,我可以追赶;跌倒,我可以站起来!
原文地址:https://www.cnblogs.com/xiaoshahai/p/14675734.html