您当前的位置: 首页 >  git

阿雄不会写代码

暂无认证

  • 5浏览

    0关注

    53博文

    0收益

  • 0浏览

    0点赞

    0打赏

    0留言

私信
关注
热门博文

fatal: unable to access ‘https://github.com/xuperchain/xdev.git/‘: gnutls_handshake() failed: Error

阿雄不会写代码 发布时间:2022-09-23 17:44:17 ,浏览量:5

不知道因为什么,有时候git clone 会报错:

fatal: unable to access 'https://github.com/ros/robot_state_publisher.git/': gnutls_handshake() failed: The TLS connection was non-properly terminated.
第一种

git clone https://github.com/ros/robot_state_publisher.git/

因为权限不够,比如换成

sudo git clone https://github.com/ros/robot_state_publisher.git/
第二种
git clone https://github.com/ros/robot_state_publisher.git

是把https换成git换成

git clone git://github.com/ros/robot_state_publisher.git
第三种
//取消http代理
git config --global --unset http.proxy
//取消https代理 
git config --global --unset https.proxy
第四种

https://blog.csdn.net/RedKeyer/article/details/96119320  

关注
打赏
1663833680
查看更多评论
立即登录/注册

微信扫码登录

0.0457s