Невозможно отправить локальный репозиторий на GitHub
Выполнены следующие шаги:
mkdir github-local
cd github-local
git init
touch README.md
git add .
git commit -m "test commit"
git remote add origin git@github.com:sounak-patra/github-local.git
git remote -v
git push --set-upstream origin master
Выход:
ERROR: Repository not found.
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.