
Failed to connect to github.com port 443 after ; Recv failure: Connection was reset
报错: 解决方案: 1. 测试网络连接 bash # 测试是否能访问GitHub ping github.com # 测试HTTPS端口 telnet github.com 443 # 或使用curl测试 curl -I https://g...

报错: 解决方案: 1. 测试网络连接 bash # 测试是否能访问GitHub ping github.com # 测试HTTPS端口 telnet github.com 443 # 或使用curl测试 curl -I https://g...