Skip to content

Instantly share code, notes, and snippets.

@nivir
Last active November 23, 2015 20:36
Show Gist options
  • Save nivir/91d321be6f9324ea75b3 to your computer and use it in GitHub Desktop.
Save nivir/91d321be6f9324ea75b3 to your computer and use it in GitHub Desktop.
git push -u origin master
To ssh://[email protected]_server_location.git
! [rejected] master -> master (fetch first)
error: failed to push some refs to 'ssh://git@server_location/inventopy_src.git'
hint: Updates were rejected because the remote contains work that you do
hint: not have locally. This is usually caused by another repository pushing
hint: to the same ref. You may want to first integrate the remote changes
hint: (e.g., 'git pull ...') before pushing again.
hint: See the 'Note about fast-forwards' in 'git push --help' for details.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment