mirror of
https://github.com/Horhik/dotfiles.git
synced 2024-11-19 23:31:25 +00:00
7 lines
194 B
Markdown
7 lines
194 B
Markdown
# List of often problems and their solutions
|
|
|
|
### `gpg: keyserver receive failed: General error`
|
|
``` bash
|
|
gpg --keyserver keys.gnupg.net --recv-keys CB9387521E1EE0127DA804843FDBB55084CC5D84
|
|
```
|