fatal: Not a git repository (or any of the parent directories): .git

前端 未结 5 967
一生所求
一生所求 2020-12-16 10:32

I got the following when I try to git push to heroku

fatal: Not a git repository (or any of the parent directories): .git

I try to follow

5条回答
  •  一个人的身影
    2020-12-16 11:01

    Make sure you have followed all the steps in the Installation and setup section of the Rails Tutorial book.

    The error message you are getting is indicating that you have missed the git init step.

提交回复
热议问题