Advertisement
Guest User

Untitled

a guest
Apr 21st, 2015
350
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.27 KB | None | 0 0
  1. Punchieo@GregIsLame:~/Desktop/CyanogenMod12.1$ repo init -u git://github.com/CyanogenMod/android.git -b cm-12.1
  2. Get https://gerrit.googlesource.com/git-repo/clone.bundle
  3. Get git://github.com/CyanogenMod/android.git
  4. Traceback (most recent call last):
  5. File "/home/parallels/Desktop/CyanogenMod12.1/.repo/repo/main.py", line 506, in <module>
  6. _Main(sys.argv[1:])
  7. File "/home/parallels/Desktop/CyanogenMod12.1/.repo/repo/main.py", line 482, in _Main
  8. result = repo._Run(argv) or 0
  9. File "/home/parallels/Desktop/CyanogenMod12.1/.repo/repo/main.py", line 161, in _Run
  10. result = cmd.Execute(copts, cargs)
  11. File "/home/parallels/Desktop/CyanogenMod12.1/.repo/repo/subcmds/init.py", line 390, in Execute
  12. self._SyncManifest(opt)
  13. File "/home/parallels/Desktop/CyanogenMod12.1/.repo/repo/subcmds/init.py", line 225, in _SyncManifest
  14. if not m.Sync_NetworkHalf(is_new=is_new):
  15. File "/home/parallels/Desktop/CyanogenMod12.1/.repo/repo/project.py", line 1136, in Sync_NetworkHalf
  16. no_tags=no_tags)):
  17. File "/home/parallels/Desktop/CyanogenMod12.1/.repo/repo/project.py", line 1863, in _RemoteFetch
  18. spec.append(str((u'+%s:' % branch) + remote.ToLocal(branch)))
  19. UnicodeDecodeError: 'ascii' codec can't decode byte 0xef in position 18: ordinal not in range(128)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement