问题:
$ 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
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
本文作者:Dong
本文链接:
版权声明:本博客所有文章除特别声明外,均采用 CC BY-NC。本作品采用《知识共享署名-非商业性使用 4.0 国际许可协议》进行许可。您可以在非商业用途下自由转载和修改,但必须注明出处并提供原作者链接。 许可协议。转载请注明出处!