В каталоге, в котором работаю, лежит несколько файлов. Последовательно выполняю команды:
git init
git add --all
git commit -m "init"
git remote add origin git@github.com:acc/repo.git
git push -u origin
Последняя команда возвращает:
ERROR: Repository not found.
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
Почему она возникает и как ее решить?