摘要: Git Clone报错 具体报错如下: Permission denied (publickey). fatal: Could not read from remote repository. Please make sure you have the correct access rights a 阅读全文
posted @ 2024-01-18 14:37 付时凡 阅读(1410) 评论(0) 推荐(0)
摘要: Ubuntu右键添加“打开终端” 只需要安装一个包即可: sudo apt-get install nautilus-open-terminal 阅读全文
posted @ 2024-01-18 14:25 付时凡 阅读(45) 评论(0) 推荐(0)
摘要: Ubuntu更新sources.list 无需区分Ubuntu的版本,通用的。 备份原有的: sudo mv /etc/apt/sources.list /etc/apt/sources.list.default 替换新的(假设新的文件为~/sources.list): sudo cp ~/sour 阅读全文
posted @ 2024-01-18 10:28 付时凡 阅读(226) 评论(0) 推荐(0)