setup ให้ svn ใช้ password store = gpg-agent

Post Reply
brid.surapol
Posts: 150
Joined: 11 Apr 2013, 11:43

setup ให้ svn ใช้ password store = gpg-agent

Post by brid.surapol »

edit $HOME/.subversion/config

Code: Select all

password-stores = gpg-agent

store-passwords = yes
edit เพิ่มบรรทัดข้างล่างใน .zshrc

Code: Select all

export GPG_TTY=$(tty)
export GPG_AGENT_INFO=`gpgconf --list-dirs agent-socket | tr -d '\n' && echo -n ::`
Post Reply

Return to “การใช้งาน Linux”