Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- thenameisnigel@icebox:~/B2G$ git commit
- # On branch master
- # Untracked files:
- # (use "git add <file>..." to include in what will be committed)
- #
- # .tmp-config
- nothing added to commit but untracked files present (use "git add" to track)
- thenameisnigel@icebox:~/B2G$ git add
- Nothing specified, nothing added.
- Maybe you wanted to say 'git add .'?
- thenameisnigel@icebox:~/B2G$ git add .
- thenameisnigel@icebox:~/B2G$ git commit -a
- [master 93093dd] Test config.
- 1 file changed, 5 insertions(+)
- create mode 100644 .tmp-config
- thenameisnigel@icebox:~/B2G$ git push
- warning: push.default is unset; its implicit value is changing in
- Git 2.0 from 'matching' to 'simple'. To squelch this message
- and maintain the current behavior after the default changes, use:
- git config --global push.default matching
- To squelch this message and adopt the new behavior now, use:
- git config --global push.default simple
- See 'git help config' and search for 'push.default' for further information.
- (the 'simple' mode was introduced in Git 1.7.11. Use the similar mode
- 'current' instead of 'simple' if you sometimes use older versions of Git)
- error: The requested URL returned error: 503 while accessing https://github.com/EpicB2G/B2G.git/info/refs?service=git-receive-pack
- fatal: HTTP request failed
- thenameisnigel@icebox:~/B2G$
Advertisement
Add Comment
Please, Sign In to add comment