1
0
Fork 0
mirror of https://github.com/Horhik/dotfiles.git synced 2024-11-22 08:21:27 +00:00

add small help md file

This commit is contained in:
Horhik 2020-11-12 18:27:08 +02:00
parent 36fca14a03
commit 8d899e457b

6
problems.md Normal file
View file

@ -0,0 +1,6 @@
# List of often problems and their solutions
### `gpg: keyserver receive failed: General error`
``` bash
gpg --keyserver keys.gnupg.net --recv-keys CB9387521E1EE0127DA804843FDBB55084CC5D84
```