git-repo icon indicating copy to clipboard operation
git-repo copied to clipboard

repo - The multiple repository tool (also works on MS Windows!)

Results 35 git-repo issues
Sort by recently updated
recently updated
newest added

I'm trying to create a simple proof-of-concept configuration on my Windows 10 system to ensure things are working correctly. (I was able to successfully create a similar setup on an...

i did all steps u mention on main page and when i run repo init -u https://github.com/......git -b .... i get : fatal: cannot make 'user dir here' /.repoconfig-esrlabs directory:...

I was using repo init: repo init -u git://github.com/MiCode/patchrom.git -b marshmallow then i got Traceback (most recent call last): File "C:\Users\admin\.repo\repo\git_command.py", line 311, in __init__ p = subprocess.Popen(command, File "C:\Users\admin\AppData\Local\Programs\Python\Python38\lib\subprocess.py",...

Are there plans to update this tool to google repo version 1.13.8? The current version fails to init when running with python 3, and the new version of the tool...

Currently, os_path_link and os_path_relpath functions return None when isUnix() is True. Fixing to return the original result from os library when isUnix() is True.

when sync, get this error ``` ``` ``` Traceback (most recent call last): File "E:\test\.repo\repo/main.py", line 538, in _Main(sys.argv[1:]) File "E:\test\.repo\repo/main.py", line 512, in _Main result = repo._Run(argv) or 0...

$ repo init -u https://android.googlesource.com/platform/manifest Get https://android.googlesource.com/platform/manifest Traceback (most recent call last): File "D:\source\android\.repo\repo/main.py", line 547, in _Main(sys.argv[1:]) File "D:\source\android\.repo\repo/main.py", line 522, in _Main result = repo._Run(argv) or 0 File...

Hello I have the following error when running repo init in windows + git bash Any ideas ? Jonathan JSoto@PS-TLS-P-1502 MINGW64 ~/dev $ repo init gpg: keyblock resource '/c/Users/JSoto/dev/C:\Users\JSoto/.repoconfig-esrlabs\gnupg/pubring.kbx': No...

When set user.name includes accents, repo init throws an exception: > ``` > Traceback (most recent call last): > File ".repo/repo/main.py", line 547, in > _Main(sys.argv[1:]) > File ".repo/repo/main.py", line...