esrlabs / git-repo

repo - The multiple repository tool (also works on MS Windows!)
https://code.google.com/p/git-repo/
Apache License 2.0
438 stars 145 forks source link

Syntax error on repo init #18

Closed AkshayRaj closed 9 years ago

AkshayRaj commented 9 years ago

OK, I get the following error when I try to run repo on windows -->

C:\Users\Akshayraj>repo File "c:/Users/Akshayraj/bin/repo", line 185 print("fatal: invalid branch name '%s'" % branch, file=sys.stderr) ^ SyntaxError: invalid syntax

mputz86 commented 9 years ago

Should be gone on the stable branch with the resync to google git-repo and the Python2.7+ support. Thank you very much!

Mikdadali commented 3 years ago

how @mputz86