cinderweb

Untitled

Aug 28th, 2013
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.08 KB | None | 0 0
  1. jason@jason-AY597AA-ABA-HPE-110f:~/Desktop/tmwa-server-data-master$ git push
  2. fatal: No configured push destination.
  3. Either specify the URL from the command-line or configure a remote repository using
  4.  
  5. git remote add <name> <url>
  6.  
  7. and then push using the remote name
  8.  
  9. git push <name>
  10.  
  11. jason@jason-AY597AA-ABA-HPE-110f:~/Desktop/tmwa-server-data-master$ git remote add cinderweb https://github.com/cinderweb/tmwa-server-data
  12. jason@jason-AY597AA-ABA-HPE-110f:~/Desktop/tmwa-server-data-master$ git push cinderweb
  13. warning: push.default is unset; its implicit value is changing in
  14. Git 2.0 from 'matching' to 'simple'. To squelch this message
  15. and maintain the current behavior after the default changes, use:
  16.  
  17. git config --global push.default matching
  18.  
  19. To squelch this message and adopt the new behavior now, use:
  20.  
  21. git config --global push.default simple
  22.  
  23. See 'git help config' and search for 'push.default' for further information.
  24. (the 'simple' mode was introduced in Git 1.7.11. Use the similar mode
  25. 'current' instead of 'simple' if you sometimes use older versions of Git)
Advertisement
Add Comment
Please, Sign In to add comment