Created
September 27, 2019 19:00
-
-
Save wbotelhos/b87819c9261d339a25059a622ee423d5 to your computer and use it in GitHub Desktop.
gpg: WARNING: unsafe permissions on homedir '~/.gnupg'
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo chown -R $USER ~/.gnupg | |
sudo chmod 700 ~/.gnupg | |
sudo chmod 600 ~/.gnupg/* |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment