現在下記エラーを解決したいです
ご教授いただける方、どうかよろしくお願いいたします。
言語 ruby
フレームワーク Rails
OS mac
Rails チュートリアル
問題URL
https://railstutorial.jp/chapters/toy_app?version=5.1#sec-planning_the_application
掲題の
<次に、Bitbucketで [Create] ボタンをクリックして新しいリポジトリを作成します(図 2.1)。続いて、生成したファイルをこの新しいリモートリポジトリにプッシュします。>から後
$ git remote add origin git@bitbucket.org:<username>/toy_app.git
$ git push -u origin --all
にてBitbucketでtoy_appリポジトリを作成して
リポジトリをクローン
$ git clone git@bitbucket.org:username/toy_app.git
リモートリポジトリにプッシュしたが
$ 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.
どうやらoriginが無いと言われている模様
$ git clone git@bitbucket.org:username/toy_app.git
ではデフォルトでoriginが作られるはずが作成されていない!!
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。