Skip to content

Instantly share code, notes, and snippets.

@remarkablemark
Last active January 13, 2023 21:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save remarkablemark/957c15720c9117c902d0f8f854c052ea to your computer and use it in GitHub Desktop.
Save remarkablemark/957c15720c9117c902d0f8f854c052ea to your computer and use it in GitHub Desktop.
Run git push heroku master
git push heroku master
shell: /usr/bin/bash -e {0}
remote:
remote: ! Push rejected, source repository is a shallow clone. Unshallow it with `git fetch --all --unshallow` and try pushing again.
remote:
To https://git.heroku.com/***.git
! [remote rejected] master -> master (shallow update not allowed)
error: failed to push some refs to 'https://git.heroku.com/***.git'
Error: Process completed with exit code 1.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment