Skip to content

Instantly share code, notes, and snippets.

@tankerkiller125
Created April 21, 2014 19:19
Show Gist options
  • Save tankerkiller125/11153329 to your computer and use it in GitHub Desktop.
Save tankerkiller125/11153329 to your computer and use it in GitHub Desktop.
Git error
git -c diff.mnemonicprefix=false -c core.quotepath=false push -v --tags --set-upstream origin master:master
Pushing to https://github.com/SearchCraft/SearchCraft-Bot.git
To https://github.com/SearchCraft/SearchCraft-Bot.git
! [rejected] master -> master (non-fast-forward)
error: failed to push some refs to 'https://github.com/SearchCraft/SearchCraft-Bot.git'
hint: Updates were rejected because the tip of your current branch is behind
hint: its remote counterpart. Merge the remote changes (e.g. 'git pull')
hint: before pushing again.
hint: See the 'Note about fast-forwards' in 'git push --help' for details.
Completed with errors, see above.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment