2

Running into an issue with Heroku not accepting my builds. I'm getting this error: ! [remote rejected] 15ec80ba31f02e6d7aafc1cbca76a1be0b148207 -> master (shallow update not allowed)

Everything is working on my local system, so is there something I'm not doing right with git?

m0ngr31
  • 791
  • 13
  • 29
  • 1
    Have a look at http://stackoverflow.com/questions/28983842/remote-rejected-shallow-update-not-allowed-after-changing-git-remote-url – Reto Aebersold May 18 '15 at 02:56
  • @RetoAebersold didn't seem to help. I did a clean pull on my repo and pushed up a few changes and I'm getting the same error. – m0ngr31 May 18 '15 at 03:39
  • "I did a clean pull", what do you mean by this? What was the command you used? As it stands, this error only occurs when you try to push a *shallow clone* to a fresh remote. – Sascha Wolf May 18 '15 at 06:34
  • @Zeeker . I did a fresh clone of my respository to my local machine and tried to push to Heroku. Same issue. – m0ngr31 May 18 '15 at 15:21
  • @m0ngr31 is there a `shallow` file in your `.git` folder? – Sascha Wolf May 19 '15 at 06:32
  • @m0ngr31 did you find a solution to that problem? – ben-efiz Sep 30 '16 at 19:00

0 Answers0