Skip to content

Elegantly Using Windows gpg4win for Git Signing in WSL

作者:Lee 等
最后更新:

Modify/Add File

bash
sudo vim /etc/wsl.conf
txt
[interop]
enabled=true
appendWindowsPath=true

Execute

bash
git config --global gpg.program gpg.exe

页面历史