Advertisement
kellykamay

Untitled

Jan 20th, 2014
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.75 KB | None | 0 0
  1. [kelly@flatbushone iglike]$ git init
  2. Initialized empty Git repository in /var/django/projects/iglike/.git/
  3. [kelly@flatbushone iglike]$ git add .
  4. [kelly@flatbushone iglike]$ git commit -am "initial commit"
  5.  
  6. *** Please tell me who you are.
  7.  
  8. Run
  9.  
  10.   git config --global user.email "you@example.com"
  11.   git config --global user.name "Your Name"
  12.  
  13. to set your account's default identity.
  14. Omit --global to set the identity only in this repository.
  15.  
  16. fatal: empty ident name (for <kelly@flatbushone.(none)>) not allowed
  17. [kelly@flatbushone iglike]$ git remote add origin git@166.78.22.160:iglike
  18. [kelly@flatbushone iglike]$ git push origin master
  19. error: src refspec master does not match any.
  20. error: failed to push some refs to 'git@166.78.22.160:iglike'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement