-
I have configured git to use SSH instead of HTTP when connecting to Github:
```
# in my ~/.gitconig
[url "ssh://git@github.com/"]
insteadOf = https://github.com/
```
I use `gpg-agent` t…
-
Hi, when trying to login using the non-interactive way : echo 'PASSWORD' | lpass login MYEMAIL it keeps returing me this error : Error: Failed to enter correct password.
CentOS Linux release 7.6.18…
ghost updated
5 months ago
-
Error:
```
E: Failed to fetch https://packages.microsoft.com/debian/9/prod/dists/stretch/InRelease Clearsigned file isn't valid, got 'NOSPLIT' (does the network require authentication?)
```
Doc…
-
### Description
When attempting to build the project using `pnpm tauri:build`, the process fails due to compilation errors in the `ffmpeg-next` dependency.
### Reproduction
1. Clone the Cap repo…
-
When I run pinentry-dmenu under Sway, a Wayland window manager, its focus often get "stolen" by other (native Wayland) windows, making it impossible to type in a passphrase.
Would it be possible t…
ghost updated
3 years ago
-
- VSCode Version: 1.19.3
- OS Version: Windows 10
Hey, Git don't work in Visual Studio Code, when i have gpg signing activated.
Steps to reproduce: https://help.github.com/articles/signing-comm…
-
I have the following two devices:
* Yubikey Nano | Firmware 5.12
* Yubikey 5C NFC | Firmware 5.2.7
My laptop is running Manjaro Linux (Kernel 5.10.70).
Steps taken:
1. I have run `yubikey…
-
## Describe the bug
When using Pass-for-macOS, the list of passwords is working but once I select a password, it is not copied to the clipboard.
Thanks for your help!
gpg-agent.conf content:
`…
-
Hi, my Github Org has a hook setup , that rejects any commit that is not signed with GPG key.
So i've created a Service account , Created a new GPG key for that service account & configured my GIth…
-
The plugin is unable to decrypt files in Ubuntu 18.04. It just get a `Message could not be decrypted! (Press ENTER)` error in vim. The same setup worked fine in Ubuntu 16.04.
I noticed that I have …