» Warning: heroku update available from 7.53.0 to 7.59.0. Error: Command failed: git remote fatal: not a git repository (or any of the parent directories): .git
cd Desktop
cd test(とりあえず作ったファイル testの中に事前にデプロイしたいファイルがある)
git init test_(testの中にtest_というファイルが出現)
heroku create aaa(正常にcreateされた)
heroku git:remote -a aaa(上記のエラーが出現)
やりたいこと
herokuにデプロイしたい
ためしたこと
git config --global user.name googleアカウントの名前
git config --global user.email googleアカウントのgmail
なぜこのようなエラーがおきてるのか全く分かりません
わかる人教えてください
os win10
追記
管理対象になってないという指摘があったので
cd Desktop
cd test
git add .
の順でコマンドを打ったのですがfatal: not a git repository (or any of the parent directories): .git
また同じエラーがでます
回答1件
あなたの回答
tips
プレビュー