Githubへのpushについての質問です。
以下の条件にもかかわらず
・git remote add originでレポジトリのURL(git@github.com:xxx/yyy.git)を設定済み。git remote -vで意図通りの登録内容になっていることも確認済み
・公開鍵をgithubに登録して、ssh通信できることを確認済み(疎通確認で、Hi xxx/yyy! You've successfully authenticated, but GitHub does not provide shell access.という表示が出た)
git push 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.
レポジトリは↑の設定以外は作成したばかりの空の状態で、localで編集したコードを
初めてpushしようとしている段階です。
考えうるエラーの原因にご教示いただけると幸いです。
どうぞよろしくお願いします。

回答1件
あなたの回答
tips
プレビュー