You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ GIT_CURL_VERBOSE=1 GIT_TRACE=1 git clone https://x.y.z/abc.git
...
09:51:09.618663 run-command.c:664 trace: run_command: '/usr/bin/gopass get'
Error: failed to retrieve secret "get": entry is not in the password store
Username for 'https://x.y.z': abc
Password for 'https://[email protected]':
...
09:51:18.421130 run-command.c:664 trace: run_command: '/usr/bin/gopass store'
Error: failed to retrieve secret "store": entry is not in the password store
...
versions
$ /usr/bin/gopass -v
gopass 1.14.9 go1.19.1 linux arm64
$ git --version
git version 2.30.2
The text was updated successfully, but these errors were encountered:
Same error. It feels like there's a configuration step getting missed. How are passwords initialized in the gopass database? I don't see anything in the README.
hello,
a plain simple clone attempt has failed with the following error
gopass installation method
relevant config
relevant trace log
versions
The text was updated successfully, but these errors were encountered: