簡単なホームページ作成してデプロイ試みてみましたが
fatal: 'heroku' does not appear to be a git repository
fatal: Could not read from remote repository.
リモートレポジトリと紐づいてないと言われます
何が原因でしょうか?
簡単なホームページ作成の時から、gitで管理していました
git remote -v
の結果みてみても下記の表示でgit.herokuの表示がないように思います。
ここが原因でしょうか?
heroku初めてでよくわかってないのが現状です。
キータの記事などみてみましたがよくわかりません。
kobayashi-no-MacBook-Air:my-homepage MISIAN$ git remote -v origin https://github.com/MISIAN-MISIAN/my-homepage.git (fetch) origin https://github.com/MISIAN-MISIAN/my-homepage.git (push)
ターミナル kobayashi-no-MacBook-Air:my-homepage MISIAN$ git init Reinitialized existing Git repository in /Users/MISIAN/projects/my-homepage/.git/ kobayashi-no-MacBook-Air:my-homepage MISIAN$ git add . kobayashi-no-MacBook-Air:my-homepage MISIAN$ git commit -m "heroku test" On branch master Your branch is up to date with 'origin/master'. nothing to commit, working tree clean kobayashi-no-MacBook-Air:my-homepage MISIAN$ heroku create my-homepage Creating ⬢ my-homepage... ! ▸ Name my-homepage is already taken kobayashi-no-MacBook-Air:my-homepage MISIAN$ git push heroku master fatal: 'heroku' 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.
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2019/12/26 08:34
2019/12/26 08:36