记录使用git遇到的一个bug,在vscode中推送代码到GitHub仓库的时候报错 Failed to connect to github.com port 443: Timed out
产生原因
电脑使用了网络代理软件,在退出软件时没有关闭网络代理,需要重新打开代理软件调整代理参数。
网上由其他解决办法也是同理,如手动修改或取消代理
git config --global http.proxy http://127.0.0.1:1080
git config --global --unset http.proxy
Comments | NOTHING
Warning: Undefined variable $return_smiles in /www/wwwroot/blog.moonlet.cn/wp-content/themes/Sakura/functions.php on line 1078
Warning: Undefined variable $robot_comments in /www/wwwroot/blog.moonlet.cn/wp-content/themes/Sakura/comments.php on line 97