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

中间这里关了代理

Logo

一站式 AI 云服务平台

更多推荐