'heroku' does not appear to be a git repository

前端 未结 21 1945
失恋的感觉
失恋的感觉 2020-12-12 08:47

When I try to push my app to Heroku I get this response:

fatal: \'heroku\' does not appear to be a git repository
fatal: Could not read from remote repositor         


        
21条回答
  •  有刺的猬
    2020-12-12 09:05

    For those who are trying to get heroku to work on codeanywhere IDE:

    heroku login
    git remote add heroku git@heroku.com:MyApp.git
    git push heroku
    

提交回复
热议问题