thenameisnigel

Untitled

Dec 22nd, 2012
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.32 KB | None | 0 0
  1. thenameisnigel@icebox:~/B2G$ git commit
  2. # On branch master
  3. # Untracked files:
  4. # (use "git add <file>..." to include in what will be committed)
  5. #
  6. # .tmp-config
  7. nothing added to commit but untracked files present (use "git add" to track)
  8. thenameisnigel@icebox:~/B2G$ git add
  9. Nothing specified, nothing added.
  10. Maybe you wanted to say 'git add .'?
  11. thenameisnigel@icebox:~/B2G$ git add .
  12. thenameisnigel@icebox:~/B2G$ git commit -a
  13. [master 93093dd] Test config.
  14. 1 file changed, 5 insertions(+)
  15. create mode 100644 .tmp-config
  16. thenameisnigel@icebox:~/B2G$ git push
  17. warning: push.default is unset; its implicit value is changing in
  18. Git 2.0 from 'matching' to 'simple'. To squelch this message
  19. and maintain the current behavior after the default changes, use:
  20.  
  21. git config --global push.default matching
  22.  
  23. To squelch this message and adopt the new behavior now, use:
  24.  
  25. git config --global push.default simple
  26.  
  27. See 'git help config' and search for 'push.default' for further information.
  28. (the 'simple' mode was introduced in Git 1.7.11. Use the similar mode
  29. 'current' instead of 'simple' if you sometimes use older versions of Git)
  30.  
  31. error: The requested URL returned error: 503 while accessing https://github.com/EpicB2G/B2G.git/info/refs?service=git-receive-pack
  32. fatal: HTTP request failed
  33. thenameisnigel@icebox:~/B2G$
Advertisement
Add Comment
Please, Sign In to add comment