Fügen Sie GPG -Schlüssel zu ZSH .zprofile hinzu
$ if [ -r ~/.zshrc ]; then echo 'export GPG_TTY=$(tty)' >> ~/.zshrc; \
else echo 'export GPG_TTY=$(tty)' >> ~/.zprofile; fi
NathanNoSudo