git初心者です。
herokuにコミットしたディレクトリをpushしたいのですが、
git add .
git commit -m"first commit"
git push heroku master
としても
fatal: 'heroku' does not appear to be a git repository
fatal: Could not read from remote repository.
とエラーになります。
heroku login はできています。remoteからコマンドを読み込むにはどのようにすればいいですか?
Qittaの関連記事は読み、試しましたが改善できません。
https://qiita.com/sayama0402/items/e2c9e65786259dc55e11
改善策を教えていただきたいです。
よろしくお願いします。
[must]
どう調べたか書いてあるのは良いですが、可能な限り具体的にどこが分からなかったのかを書くようにすると回答者も回答しやすいです。
[nits]
Typo: Qitta → Qiita
回答1件
あなたの回答
tips
プレビュー