记github下载上传遇到的各种问题
时间:2021-04-21 11:47:54
收藏:0
阅读:0
代理
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生成
评论(0)