Advertisement
gartimusprime01

Untitled

Feb 6th, 2014
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.99 KB | None | 0 0
  1. Traceback (most recent call last):
  2. File "/home/garth/cm11/.repo/repo/main.py", line 418, in <module>
  3. _Main(sys.argv[1:])
  4. File "/home/garth/cm11/.repo/repo/main.py", line 394, in _Main
  5. result = repo._Run(argv) or 0
  6. File "/home/garth/cm11/.repo/repo/main.py", line 142, in _Run
  7. result = cmd.Execute(copts, cargs)
  8. File "/home/garth/cm11/.repo/repo/subcmds/sync.py", line 617, in Execute
  9. fetched = self._Fetch(to_fetch, opt)
  10. File "/home/garth/cm11/.repo/repo/subcmds/sync.py", line 341, in _Fetch
  11. self._GCProjects(projects)
  12. File "/home/garth/cm11/.repo/repo/subcmds/sync.py", line 345, in _GCProjects
  13. has_dash_c = git_require((1, 7, 2))
  14. File "/home/garth/cm11/.repo/repo/git_command.py", line 110, in git_require
  15. git_version = git.version_tuple()
  16. File "/home/garth/cm11/.repo/repo/git_command.py", line 93, in version_tuple
  17. ver_str[len('git version '):].strip().split('-')[0].split('.')[0:3]
  18. ValueError: invalid literal for int() with base 10: 'rc1'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement