Github-Authentifizierung Fehlgeschlagen - ... GitHub keine shell-Zugang

$ git remote add origin [email protected]: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.

Meine keys Hinzugefügt wurden erfolgreich

 $ ssh -T [email protected]
 Hi lut! You've successfully authenticated, but GitHub does not provide shell access.

Die Github-Artikel https://help.github.com/articles/generating-ssh-keys/ sagt, dass "Shell-Zugriff" sollte ja kein Problem sein? Was könnte das problem sein?

  • Was sehen Sie von git remote show origin?
  • $ git remote show origin fatal: 'EvolutionApp' nicht angezeigt wird, um ein git-repository fatal: could not read from remote repository. Bitte stellen Sie sicher, dass Sie die entsprechenden Zugriffsrechte und die repository vorhanden ist.
  • es sagt, wird nicht angezeigt, um ein Git-repository, aber zuvor hieß es, dass es bereits vorhanden ist. Ich bekomme es nicht.
InformationsquelleAutor Lut | 2014-11-16
Schreibe einen Kommentar