unable to access ‘https://github.com/songjiahao-wq/untitled.git/’: Failed to connect to github.com port 443 after 21086 ms: Couldn’t connect to serve
解决办法:修改 Git 的网络设置文章来源:https://www.toymoban.com/news/detail-647480.html
打开git Bash运行,clash代理一般是下面的端口文章来源地址https://www.toymoban.com/news/detail-647480.html
# 注意修改成自己的IP和端口号
git config --global http.proxy http://127.0.0.1:7890
git config --global https.proxy http://127.0.0.1:7890
到了这里,关于git上传问题记录的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!