Guest User

Untitled

a guest
Nov 24th, 2017
377
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. git add .
  2. git commit -m "xxx"
  3. git push
  4. ! [rejected] master -> master (fetch first)
  5. error: failed to push some refs to
  6. hint: Updates were rejected because the remote contains work that you do
  7. hint: not have locally. This is usually caused by another repository pushing
  8. hint: to the same ref. You may want to first integrate the remote changes
  9. hint: (e.g., 'git pull ...') before pushing again.
  10. hint: See the 'Note about fast-forwards' in 'git push --help' for details.
Add Comment
Please, Sign In to add comment