Last active
November 23, 2015 20:36
-
-
Save nivir/91d321be6f9324ea75b3 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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