Guest User

Untitled

a guest
Jun 21st, 2018
577
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. origiN <URL> (fetch)
  2. origiN <URL> (push)
  3.  
  4. fatal: No configured push destination.
  5. Either specify the URL from the command-line or configure a remote repository using
  6.  
  7. git remote add <name> <url>
  8.  
  9. and then push using the remote name
  10.  
  11. git push <name>
  12.  
  13. git push <remote> <branch>
  14.  
  15. git push -u origin master
  16.  
  17. git push
Add Comment
Please, Sign In to add comment