前提・実現したいこと
rails チュートリアルを行なっていて、1章の「Bitbucketへのリポジトリへのプッシュ」で以下のエラーメッセージが発生しました。
発生している問題・エラーメッセージ
The requested repository either does not exist or you do not have access. If you believe this repository exists and you have access, make sure you're authenticated. fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists.
該当のソースコード
$ git remote add origin git@bitbucket.org:ユーザー名/hello_app.git $ git push -u origin --all
試したこと
エラーの内容が「リポジトリが存在しないか、あなたがアクセス権を持っていない?」という事なのでBitbucketで既存のリポジトリを削除、新規のリポジトリの作成を何度かしてみてプッシュしてみましたが、同じエラーが出ます。
アドバイス頂けたら幸いです。
ここに問題に対して試したことを記載してください。
補足情報(FW/ツールのバージョンなど)
rails 5.1.6
ここにより詳細な情報を記載してください。
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2021/06/12 16:03