remote: Counting objects: 1, done
remote: Finding sources: 100% (64/64)
remote: Total 64 (delta 9), reused 64 (delta 9)
Unpacking objects: 100% (64/64), done.
fb527e3..d1e93dd master -> origin/master
a2cd6ae..e778e57 stable -> origin/stable
* [new tag] v1.13.7 -> v1.13.7
Traceback (most recent call last):
File "/home/jericho/bin/repo", line 939, in <module>
main(sys.argv[1:])
File "/home/jericho/bin/repo", line 905, in main
_Init(args, gitc_init=(cmd == 'gitc-init'))
File "/home/jericho/bin/repo", line 378, in _Init
rev = _Verify(dst, branch, opt.quiet)
File "/home/jericho/bin/repo", line 715, in _Verify
err = proc.stderr.read().decode('utf-8')
File "/usr/lib/python2.7/encodings/utf_8.py", line 16, in decode
return codecs.utf_8_decode(input, errors, True)
UnicodeDecodeError: 'utf8' codec can't decode bytes in position 66-67: invalid continuation byte
but the suggestion from aosp is repo launcher 1.26, what's the difference between repo and repo launcher ?