
解决报错
稚皓君
欢迎你的光临,随便看看就好 ^_^
展开
-
MobaXterm:Network error: Connection refused
使用MobaXterm连接服务器或者虚拟机里面的操作系统显示“Network error: Connection refused”因为服务器或者虚拟机里面的操作系统没安装 ssh。原创 2024-05-22 10:48:54 · 2117 阅读 · 2 评论 -
Could not find a package configuration file provided by “test_msgs“ with any of the following na
Could not find a package configuration file provided by "test_msgs" with any of the following na。原创 2024-05-15 16:10:58 · 673 阅读 · 0 评论 -
Could not find a package configuration file provided by “bondcpp“ with any of the following names:
CMake Error at CMakeLists.txt:17 (find_package):By not providing “Findbondcpp.cmake” in CMAKE_MODULE_PATH this project hasasked CMake to find a package configuration file provided by “bondcpp”, butCMake did not find one.Could not find a package configur原创 2024-05-15 15:59:40 · 703 阅读 · 0 评论 -
Could not find a package configuration file provided by “geographic_msgs“ with any of the followin
Could not find a package configuration file provided by “geographic_msgs“ with any of the。原创 2024-05-15 15:42:55 · 667 阅读 · 0 评论 -
解决 : ERROR: Rosdep experienced an error: The read operation timed out
安装过程中的 rosdep update 报错超时问题,需要访问github进行更新,由于国内网络受限,不能正常访问github,从而导致 rosdep update超时。原创 2024-05-15 11:51:59 · 914 阅读 · 0 评论 -
bash脚本 报错:/bin/bash^M:解释器错误: 没有那个文件或目录
在windows下,每一行的结尾是\n\r,而在linux下文件的结尾是\n,那么你在windows下编辑过的文件在linux下打开看的时候每一行的结尾就会多出来一个字符\r。用cat -A yourfilename 命令时你可以看到这个\r字符被显示为^M。出现这个问题是因为该脚本文件在windows下编辑过。这时候只需要删除这个字符就可以了,使用以下命令即可。原创 2024-05-14 20:02:46 · 3652 阅读 · 1 评论 -
解决ubuntu 暂时不能解析域名“cn.archive.ubuntu.com”问题
E: 无法下载 http://security.ubuntu.com/ubuntu/pool/main/c/curl/curl_7.68.0-1ubuntu2.22_amd64.deb 暂时不能解析域名“cn.archive.ubuntu.com”原创 2024-05-14 14:14:48 · 3920 阅读 · 1 评论 -
Ubuntu 域名解析出现暂时性错误
由于在Ubuntu系统里面经常切换网络导致,系统一直处于有线网络连接但是没网状态,尝试ping网络也无法完成,尝试了很多方法均不能解决。原创 2024-05-04 12:56:07 · 1292 阅读 · 0 评论 -
Ubuntu22.04有线网络连接但是没网,网络图标显示问号
有线网络连接 但是没网 且网络图标显示问号。原创 2024-05-03 10:09:29 · 3935 阅读 · 8 评论 -
您用来登录计算机的密码与登录密钥环里的密码不再匹配
在使用ubuntu系统时,打开程序显示“您用来登录计算机的密码与登录密钥环里的密码不再匹配“显示需要输入新密钥,可以不输入,一直点击继续即可,这样密钥为空,方便使用。1.在终端中输入 seahorse ,打开密钥管理。3.打开需要运行的程序。2.删除程序登陆密钥。原创 2024-04-29 15:56:22 · 2976 阅读 · 1 评论 -
VMware提示 该虚拟机似乎正在使用中,如何解决?
该虚拟机似乎正在使用中。如果该虚拟机未在使用,请按“获取所有权(T)”按钮获取它的所有权。否则,请按“取消©”按钮以防损坏。原创 2024-04-05 13:26:41 · 1248 阅读 · 0 评论 -
python3-catkin-pkg : 冲突: catkin 但是 0.8.10-7 正要被安装 python3-catkin-pkg-modules : 冲突: catkin 但是 0.8.10
【代码】python3-catkin-pkg : 冲突: catkin 但是 0.8.10-7 正要被安装 python3-catkin-pkg-modules : 冲突: catkin 但是 0.8.10。原创 2024-03-07 20:50:33 · 5476 阅读 · 8 评论