
Git
git
IT界幼稚生
励志成为一名合格的码农!
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
git上传项目报错:git@github.com: Permission denied (publickey).fatal: Could not read from remote repository
问题:使用 git 上传项目时,报错:git@github.com: Permission denied (publickey).fatal: Could not read from remote repository.原因:缺少SSH KEY,即是密钥。解决方法:在 github 上,找到 setting ,然后找到 SSH and GPG keys. 找到最上面一行的 SSH keys .右侧的 new SSH key 在项目根目录打开 Git Bash,然后安装下面3行命原创 2021-12-06 22:55:38 · 983 阅读 · 0 评论 -
Git错误:"Changes not staged for commit"和"Everything up-to-date"
在经历前一天晚上下班之前急急忙忙把代码上传到腾讯云,导致第二天再上传文件时,几个文件一直显示“Changes not staged for commit”错误,然后自己的仓库里也无法提交代码,一直显示“Everything up-to-date Branch 'master' set up to track remote branch 'master' from 'origin'.”问题:...原创 2019-03-14 11:17:34 · 4602 阅读 · 0 评论