前提・実現したいこと
rails tutorial を実践中、自分なりに色々と試してみたのですが、どうしても解決できないので意見いただけると幸いです。
チュートリアルだと、「1.4.3」の部分で、先に進めないでいます。
発生している問題・エラーメッセージ
fatal: 'origin' 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.
該当のソースコード
???:~/environment/hello_app (master) $ git remote add origin git@bitbucket.org:????/ hello_app.git
usage: git remote add [<options>] <name> <url>
-f, --fetch fetch the remote branches --tags import all tags and associated objects when fetching or do not fetch any tag at all (--no-tags) -t, --track <branch> branch(es) to track -m, --master <branch> master branch --mirror[=<push|fetch>] set up remote as a mirror to push to or fetch from
???:~/environment/hello_app (master) $ git push -u origin --all
fatal: 'origin' 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.
???:~/environment/hello_app (master) $ git status
On branch master
nothing to commit, working tree clean
???:~/environment/hello_app (master) $ git init
Reinitialized existing Git repository in /home/ec2-user/environment/hello_app/.git/
???:~/environment/hello_app (master) $ git add -A
???:~/environment/hello_app (master) $ git status
On branch master
nothing to commit, working tree clean
???:~/environment/hello_app (master) $ git commit -m "Initialize repository"
On branch master
nothing to commit, working tree clean
???:~/environment/hello_app (master) $ git remote add origin git@bitbucket.org:??? / hello_app.git
試したこと
以下URLの方法。
[https://qiita.com/yuta-ushijima/items/a0e0a6a20eaac663a8d0]
他にもエラーコードを調べてみて、該当するかなと思われるものはほとんど試しましたが、ダメでした。。。
補足情報(FW/ツールのバージョンなど)
MacBook、aws(cloud9) を使用しています。
チュートリアルは1.4.3まで手順通りにやりました。(一度エラーの解決を諦め、最初からやり直したので間違いありません)
ユーザー名が入る場所は「???」にさせていただきました。
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2020/06/29 13:34