摘要: 1.新建版本库 $ mkdir learngit 2.初始化版本库 git init 3.在库learngit下编写一个study.txt文件 把文件修改添加到暂存区 git add study.txt 4.把暂存区的所有内容提交到当前分支 git commit -m "wrote a study 阅读全文
posted @ 2024-02-29 17:47 小墨儿 阅读(12) 评论(0) 推荐(0) 编辑
摘要: 问题:输入的ssh密码错误,提示报错 git@gitee.com: Permission denied (publickey). fatal: Could not read from remote repository. Please make sure you have the correct a 阅读全文
posted @ 2024-02-29 15:31 小墨儿 阅读(352) 评论(0) 推荐(0) 编辑