摘要: 【Git初探】Git中fatal: Not a git repository (or any of the parent directories): .git错误的解决办法 今天用git bash更新项目时遇到了无论使用什么命令都会报fatal: Not a git repository (or a 阅读全文
posted @ 2020-06-28 10:29 komomon 阅读(14394) 评论(0) 推荐(1)
摘要: 由于本地Git仓库和GitHub仓库之间的传输是通过SSH加密的,所以必须要让github仓库认证你SSH key,在此之前,必须要生成SSH key。 第1步:创建SSH Key。 在windows下查看[c盘->用户->自己的用户名->.ssh]下是否有id_rsa、id_rsa.pub文件,如 阅读全文
posted @ 2020-06-28 10:28 komomon 阅读(229) 评论(0) 推荐(0)
摘要: 生成/添加SSH公钥(Gitee) https://gitee.com/help/articles/4181#article-header0 SSH 公钥设置 https://gitee.com/help/articles/4191#article-header0 阅读全文
posted @ 2020-06-28 10:26 komomon 阅读(1258) 评论(0) 推荐(0)