Advertisement
Guest User

Untitled

a guest
Aug 25th, 2016
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.23 KB | None | 0 0
  1. C:\Users\Usuario\Documents\GitHub\CodeIgniter [master +4 ~0 -0 !]> git remote
  2. v
  3. codeigniter https://github.com/ashcrimson/CodeIgniter.git (fetch)
  4. codeigniter https://github.com/ashcrimson/CodeIgniter.git (push)
  5. C:\Users\Usuario\Documents\GitHub\CodeIgniter [master +4 ~0 -0 !]> git remote
  6. d origin https://github.com/ashcrimson/CodeIgniter.git
  7. C:\Users\Usuario\Documents\GitHub\CodeIgniter [master +4 ~0 -0 !]> git push or
  8. in
  9. fatal: The current branch master has no upstream branch.
  10. To push the current branch and set the remote as upstream, use
  11.  
  12. git push --set-upstream origin master
  13.  
  14. C:\Users\Usuario\Documents\GitHub\CodeIgniter [master +4 ~0 -0 !]> git push --
  15. t-upstream origin master
  16. To https://github.com/ashcrimson/CodeIgniter.git
  17. ! [rejected] master -> master (fetch first)
  18. error: failed to push some refs to 'https://github.com/ashcrimson/CodeIgniter.
  19. t'
  20. hint: Updates were rejected because the remote contains work that you do
  21. hint: not have locally. This is usually caused by another repository pushing
  22. hint: to the same ref. You may want to first integrate the remote changes
  23. hint: (e.g., 'git pull ...') before pushing again.
  24. hint: See the 'Note about fast-forwards' in 'git push --help' for details.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement