問題:
$ git push
fatal: unable to access ‘https://github.com/xddun/blog_code_search.git/’: Failed to connect to github.com port 443 after 21064 ms: Timed out
解決,增加代理端口:
kevin@DESKTOP-J33EKGT MINGW64 /d/make_money_important/blog_code_search (main)
$ git config --global http.proxy 127.0.0.1:4780 文章來源:http://www.zghlxwxcb.cn/news/detail-699630.html
kevin@DESKTOP-J33EKGT MINGW64 /d/make_money_important/blog_code_search (main)
$ git push
Enumerating objects: 5, done.
Counting objects: 100% (5/5), done.
Delta compression using up to 24 threads
Compressing objects: 100% (3/3), done.
Writing objects: 100% (3/3), 703 bytes | 703.00 KiB/s, done.
Total 3 (delta 1), reused 0 (delta 0), pack-reused 0
remote: Resolving deltas: 100% (1/1), completed with 1 local object.
To https://github.com/xddun/blog_code_search.git
57f7b34…b384637 main -> main文章來源地址http://www.zghlxwxcb.cn/news/detail-699630.html
到了這里,關(guān)于git push fatal: unable to access Failed to connect to github.com port 443 after 21064 ms: Timed out的文章就介紹完了。如果您還想了解更多內(nèi)容,請(qǐng)?jiān)谟疑辖撬阉鱐OY模板網(wǎng)以前的文章或繼續(xù)瀏覽下面的相關(guān)文章,希望大家以后多多支持TOY模板網(wǎng)!