Guest User

Untitled

a guest
Nov 24th, 2017
367
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. 'git@code.xxx.com/xxxx'
  7. hint: Updates were rejected because the remote contains work that you do
  8. hint: not have locally. This is usually caused by another repository pushing
  9. hint: to the same ref. You may want to first integrate the remote changes
  10. hint: (e.g., 'git pull ...') before pushing again.
  11. hint: See the 'Note about fast-forwards' in 'git push --help' for details.
Add Comment
Please, Sign In to add comment