【发布时间】:2015-01-13 04:57:50
【问题描述】:
$ git remote add origin git@github.com:lut/EvolutionApp.git
fatal: remote origin already exists.
$ git push -u origin master
fatal: 'EvolutionApp' does not appear to be a git repository
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
我的密钥已成功添加
$ ssh -T git@github.com
Hi lut! You've successfully authenticated, but GitHub does not provide shell access.
Github 文章https://help.github.com/articles/generating-ssh-keys/ 说“Shell 访问”应该不是问题?可能是什么问题?
【问题讨论】:
-
你从
git remote show origin看到了什么? -
$ git remote show origin fatal: 'EvolutionApp' 似乎不是 git 存储库致命:无法从远程存储库读取。请确保您拥有正确的访问权限并且存储库存在。
-
@SLaks 它说它似乎不是一个 Git 存储库,但之前它说它已经存在。我不明白。