无法访问 'https://github.com/ros-planning/moveit_resources.git/':GnuTLS recv error (-54): Error in the pull function. [moveit_tutorials] Fetching https://github.com/ros-planning/moveit_tutorials.git (version master) to /home/yyx/ws_moveit/src/moveit_tutorials
时间: 2023-09-26 09:06:49 浏览: 239
您可以尝试以下方法来解决此问题:
1. 确保您的网络连接正常,可以尝试使用其他网络或者重启网络设备。
2. 检查您的防火墙设置,确保允许对该 URL 的访问。
3. 检查您的 Git 配置,确保没有设置代理或其他特殊设置导致无法访问该 URL。您可以使用以下命令检查当前的 Git 配置:`git config --list`。
4. 尝试使用其他工具(如浏览器)访问该 URL,以确定是否是 Git 的问题还是网络问题。
5. 如果以上方法都无效,***
相关问题
git clone https://github.com/ros-perception/robot_vision.git 正克隆到 'robot_vision'... fatal: 无法访问 'https://github.com/ros-perception/robot_vision.git/':GnuTLS recv error (-110): The TLS connection was non-properly terminated.
这个错误提示是在从GitHub上克隆robot_vision软件包时失败了。这可能是由于网络连接问题引起的。您可以尝试以下解决方法:
1. 检查网络连接:确保您的网络连接正常,可以尝试使用ping命令测试GitHub是否可用。
2. 更换克隆协议:尝试使用SSH协议克隆软件包,而不是HTTPS协议。
```
git clone git@github.com:ros-perception/robot_vision.git
```
3. 使用代理:如果您的网络使用了代理,可以配置Git使用代理。
```
git config --global http.proxy http://your_proxy:port
```
如果以上方法仍然无法解决问题,您可以尝试等待一段时间,稍后再尝试克隆软件包。
fatal: 无法访问 'https://github.com/ros-planning/geometric_shapes.git/':GnuTLS recv error (-54): Error in the pull function.
根据引用\[1\]和引用\[2\]的信息,您在从GitHub上克隆资源时遇到了无法访问主机的错误。这可能是由于网络连接问题导致的。您可以尝试以下解决方法:
1. 检查您的网络连接是否正常。确保您可以访问其他网站,并且没有任何网络问题。
2. 如果您使用了代理,请按照引用\[3\]中提供的步骤设置Git Bash中的代理。确保代理地址和端口正确,并且代理设置生效。
3. 如果您没有使用代理,或者代理设置没有解决问题,您可以尝试使用Git的SSH协议进行克隆。首先,您需要在GitHub上设置SSH密钥。然后,使用SSH URL进行克隆,例如:git clone git@github.com:ros-planning/geometric_shapes.git。
4. 如果上述方法都没有解决问题,可能是由于GitHub服务器出现问题或其他临时问题导致的。您可以稍后再次尝试克隆,或者尝试使用其他网络环境进行克隆。
希望以上解决方法能够帮助您解决问题。如果问题仍然存在,请提供更多详细信息,以便我们能够更好地帮助您。
#### 引用[.reference_title]
- *1* [解决Github:fatal:unable to access ‘https://github.com/.../.git‘:Could not resolve host:github.com](https://blog.csdn.net/weixin_44296929/article/details/111242452)[target="_blank" data-report-click={"spm":"1018.2226.3001.9630","extra":{"utm_source":"vip_chatgpt_common_search_pc_result","utm_medium":"distribute.pc_search_result.none-task-cask-2~all~insert_cask~default-1-null.142^v91^insert_down28v1,239^v3^insert_chatgpt"}} ] [.reference_item]
- *2* [fatal: 无法访问 https://github.com/ :Failed to connect to github.com port 443: 拒绝连接的解决办法](https://blog.csdn.net/weixin_59168010/article/details/124768747)[target="_blank" data-report-click={"spm":"1018.2226.3001.9630","extra":{"utm_source":"vip_chatgpt_common_search_pc_result","utm_medium":"distribute.pc_search_result.none-task-cask-2~all~insert_cask~default-1-null.142^v91^insert_down28v1,239^v3^insert_chatgpt"}} ] [.reference_item]
- *3* [关于git:fatal:无法访问’https://github.com/xxx’:OpenSSL SSL_connect:SSL_ERROR_SYSCALL连接到...](https://blog.csdn.net/qq_37124515/article/details/114190310)[target="_blank" data-report-click={"spm":"1018.2226.3001.9630","extra":{"utm_source":"vip_chatgpt_common_search_pc_result","utm_medium":"distribute.pc_search_result.none-task-cask-2~all~insert_cask~default-1-null.142^v91^insert_down28v1,239^v3^insert_chatgpt"}} ] [.reference_item]
[ .reference_list ]
阅读全文