随笔分类 -  git

Permanently added the RSA host key for IP address '192.30.253.113' to the list of known hosts.
摘要:$git push origin master 报错: 执行:$git pull 命令,没有将项目更新,并提示下图: 执行本地关联远程分支命令: git branch --set-upstream-to=origin/remote_branch your_branch 其中,origin/remot 阅读全文

posted @ 2018-10-24 17:54 ckx0709 阅读(376) 评论(0) 推荐(0)

git@github.com: Permission denied (publickey). fatal: Could not read from remote repository.
摘要:当我们拿到一天别人用的电脑,里面是上一位前辈的git ssh key,这时候我们要自己改,改完之后上传代码到远程repository时, 可能会报git@github.com: Permission denied (publickey). fatal: Could not read from rem 阅读全文

posted @ 2018-09-26 15:25 ckx0709 阅读(1571) 评论(0) 推荐(0)

导航