-
Notifications
You must be signed in to change notification settings - Fork 147
repo init provokes No such file or directory #70
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I have faced the same issue with Git new release 2.19.1.windows.1 Actually the gpg version is changed in Git. Till Git 2.18. GPG version 1 was used, but in Git 2.19 GPG V2 uis bundled. New gpg tool works only with Git style paths. Uninstall Git 2.19.0.windows.1 and use the older version og Git 2.18.0.windows.1, that will work with git-repo tool. You can get older version from https://github.com/git-for-windows/git/releases?after=v2.19.0-rc0 |
I have sent a mail to Git for Windows team for the same. Hi, I am able to run the git-repo with Git-2.18.0-64-bit.exe, but recently I have tested both version for below 4 cases and here are the test Case Test Description Result For Git-2.18.0-64-bit.exe Result For I know the gpg version is changed in 2.19 release. hsingh@HSINGH-LT MINGW64 /c/gpgTesting hsingh@HSINGH-LT MINGW64 /c/gpgTesting hsingh@HSINGH-LT MINGW64 /c/gpgTesting -- |
Thanks for your help |
Another workaround: Copy all executables starting with |
Use latest version of git 2.22.0.windows.1 and this issue is resolved. |
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 such file or directory
gpg: no writable keyring found: Not found
gpg: error reading '[stdin]': General error
gpg: import from '[stdin]' failed: General error
gpg: Total number processed: 0
fatal: registering repo maintainer keys failed
JSoto@PS-TLS-P-1502 MINGW64 ~/dev
$ git --version
git version 2.19.0.windows.1
JSoto@PS-TLS-P-1502 MINGW64 ~/dev
$ python --version
Python 2.7.15
The text was updated successfully, but these errors were encountered: