rtyley / bfg-repo-cleaner

Removes large or troublesome blobs like git-filter-branch does, but faster. And written in Scala
https://rtyley.github.io/bfg-repo-cleaner/
GNU General Public License v3.0
10.86k stars 535 forks source link

push error #351

Open gatlasubbareddy opened 4 years ago

gatlasubbareddy commented 4 years ago

$ git push -u origin master To https://github.com/gatlasubbareddy/home.git ! [rejected] master -> master (non-fast-forward) error: failed to push some refs to 'https://github.com/gatlasubbareddy/home.git' hint: Updates were rejected because the tip of your current branch is behind hint: its remote counterpart. Integrate the remote changes (e.g. hint: 'git pull ...') before pushing again. hint: See the 'Note about fast-forwards' in 'git push --help' for details.

javabrett commented 4 years ago

This is not a BFG error. Run some searches for forced pushes for non fast forward changes.