failed to push some refs to git@heroku.com

后端 未结 27 2344
野性不改
野性不改 2020-12-02 10:10

I am getting this error when I am trying push my files into heroku rep.

Ive set autocrlf = false already in gitconfig but this problem is still there. i have also tr

27条回答
  •  时光说笑
    2020-12-02 10:26

    If your heroku project root is in a different directory than your git branch root, use this:

    git subtree push --prefix path/to/root heroku master

提交回复
热议问题