fixing pinentry for linux
This commit is contained in:
parent
0fd1b0a820
commit
dec15d5615
2 changed files with 2 additions and 2 deletions
|
@ -53,7 +53,7 @@
|
|||
gpgsign = true
|
||||
|
||||
[credential]
|
||||
helper = osxkeychain
|
||||
helper = store
|
||||
|
||||
[init]
|
||||
defaultBranch = main
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
pinentry-program /opt/homebrew/bin/pinentry-mac
|
||||
pinentry-program /usr/bin/pinentry
|
||||
default-cache-ttl 600
|
||||
max-cache-ttl 7200
|
||||
|
|
Loading…
Reference in a new issue