git 无权限访问 The TLS connection was non-properly terminated或者Failed to connect to github.com port 443
fatal: 无法访问 'https://github.com/mgonzs13/yolov8_ros.git/':GnuTLS recv error (-110): The TLS connection was non-properly terminated.fatal: 无法访问 'https://github.com/mgonzs13/yolov8_ros.git/':Failed to c
·
1. 拉取代码报错
fatal: 无法访问 'https://github.com/mgonzs13/yolov8_ros.git/':GnuTLS recv error (-110): The TLS connection was non-properly terminated.

执行下面命令:
git config --global --unset https.https://github.com.proxy
git config --global --unset http.https://github.com.proxy
2. 拉取代码,又报错
fatal: 无法访问 'https://github.com/mgonzs13/yolov8_ros.git/':Failed to connect to github.com port 443 after 21029 ms: 连接被拒绝

执行下面命令:
git config --global --unset http.proxy
git config --global --unset https.prox
中间这里关了代理

更多推荐




所有评论(0)