Advertisement
Guest User

Untitled

a guest
Aug 25th, 2016
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.76 KB | None | 0 0
  1. C:\Users\Usuario\Documents\GitHub\codeigniter [master +4 ~0 -0 !]> git push
  2. fatal: No configured push destination.
  3. Either specify the URL from the command-line or configure a remote repository us
  4. ing
  5.  
  6. git remote add <name> <url>
  7.  
  8. and then push using the remote name
  9.  
  10. git push <name>
  11.  
  12. C:\Users\Usuario\Documents\GitHub\codeigniter [master +4 ~0 -0 !]> git remote ad
  13. d codeigniter https://github.com/ashcrimson/CodeIgniter.git
  14. C:\Users\Usuario\Documents\GitHub\codeigniter [master +4 ~0 -0 !]> git push code
  15. igniter
  16. fatal: The current branch master has no upstream branch.
  17. To push the current branch and set the remote as upstream, use
  18.  
  19. git push --set-upstream codeigniter master
  20.  
  21. C:\Users\Usuario\Documents\GitHub\codeigniter [master +4 ~0 -0 !]>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement