You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sky@sky-VirtualBox:~/work/share/githubTest$ git status
On branch master
Your branch is ahead of 'origin/master' by 2 commits.
(use "git push" to publish your local commits)
nothing to commit, working tree clean
sky@sky-VirtualBox:/work/share/githubTest$ git pull
Already up to date.
sky@sky-VirtualBox:/work/share/githubTest$ git push
ERROR: Permission to yychuyu/githubTest.git denied to tianqifeiyang.
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
sky@sky-VirtualBox:~/work/share/githubTest$ git status
On branch master
Your branch is ahead of 'origin/master' by 2 commits.
(use "git push" to publish your local commits)
nothing to commit, working tree clean
sky@sky-VirtualBox:
/work/share/githubTest$ git pull/work/share/githubTest$ git pushAlready up to date.
sky@sky-VirtualBox:
ERROR: Permission to yychuyu/githubTest.git denied to tianqifeiyang.
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
我用git push就报这个错误,从网上搜到的解决办法关于设置SSH的,基本都是说是因为有两个账号,一个SSH秘钥不能确定是谁访问。但是我只有一个账号,我也还是按照他们的办法重新添加了SSH,但也还是不行。
The text was updated successfully, but these errors were encountered: