随笔分类 -  java开发相关 / git的使用 / 远程仓库

摘要:首先我们先找一个库 然后我们执行这个 git clone git@github.com:SNNU-CmpEdu/ECPM.git 然后再文件夹中我们就发现这个文件夹了 阅读全文
posted @ 2023-11-27 21:27 lipu123
摘要:首先,登陆GitHub,然后,在右上角找到“Create a new repo”按钮,创建一个新的仓库: 在Repository name填入learngit,其他保持默认设置,点击“Create repository”按钮,就成功地创建了一个新的Git仓库:这里我已经存在了 注意创建的时候一定要勾 阅读全文
posted @ 2023-11-27 20:27 lipu123
摘要:Please make sure you have the correct access rights and the repository exists.解决方法 首先我们先尝试这运行这个命令 ssh -T git@github.com 如果报错: git@github.com: Permissi 阅读全文
posted @ 2023-11-27 20:17 lipu123