I was trying to push a large file and was given remote: error: GH001: Large files detected. You may want to try Git Large File Storage - https://git-lfs.github.com.
. I added that file path to .gitignore and tried again and was then given ! [remote rejected] master -> master (pre-receive hook declined)
.
I am the owner of this repo and the only one working on it. Everything worked fine before I added the large file.