Advertisement
Guest User

Untitled

a guest
Nov 13th, 2017
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. ubuntu@ubuntu-VirtualBox:~/rockbox$ git reset --hard origin/master
  2. HEAD is now at 7272f82 Imx233 Disable Autoslow only at maximum cpu frequency
  3. ubuntu@ubuntu-VirtualBox:~/rockbox$ git branch
  4. * master
  5. ubuntu@ubuntu-VirtualBox:~/rockbox$ git fetch http://gerrit.rockbox.org/rockbox refs/changes/74/1674/2 && git cherry-pick FETCH_HEAD
  6. From http://gerrit.rockbox.org/rockbox
  7. * branch refs/changes/74/1674/2 -> FETCH_HEAD
  8.  
  9. *** Please tell me who you are.
  10.  
  11. Run
  12.  
  13. git config --global user.email "you@example.com"
  14. git config --global user.name "Your Name"
  15.  
  16. to set your account's default identity.
  17. Omit --global to set the identity only in this repository.
  18.  
  19. fatal: unable to auto-detect email address (got 'ubuntu@ubuntu-VirtualBox.(none)')
  20. ubuntu@ubuntu-VirtualBox:~/rockbox$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement