gnupg Questions

4

This is what I am getting as output when I am trying to commit any file. I tried installing git again and watched some tutorials on youtube to get it started again but it didn't work. Still getting...
Funchal asked 2/11, 2020 at 17:5

3

I am trying to use Ubuntu 20 or Ubuntu 22 in Docker. My Dockerfile is: from ubuntu:22.04 run DEBIAN_FRONTEND=noninteractive apt update I build this with docker build .. The result is: Sending buil...
Palaeography asked 13/9, 2022 at 8:22

3

I just created a key-pair locally on my linux machine with the gpg command: gpg --gen-key Then I tried to display the information about my key-pair with the gpg command: gpg --list-keys The lon...
Astomatous asked 10/12, 2020 at 21:50

10

Solved

I'm making a program in Python to be distributed to windows users via an installer. The program needs to be able to download a file every day encrypted with the user's public key and then decrypt ...
Poker asked 19/6, 2009 at 22:28

3

I'm building an Android apk using Github actions, and I need to use the Android sign key in order to sign it before releasing it. To do so I'm using the technic described here with GPG to encrypt t...
Beadroll asked 30/6, 2020 at 14:20

2

Solved

I do sign commits with git, and it's a big problem that I can't enter gpg key passphprase from anywhere except CLI. If I'll do commit in vscode for example, it will fail. So I've came up with idea ...
Centonze asked 26/3, 2018 at 12:38

4

While attempting to set up fastlane for my iOS application, I encountered challenges while installing RVM. My command is gpg --keyserver hkp://keys.gnupg.net --recv-keys 409B6B1796C275462A1703113**...
Merrymaking asked 21/2, 2019 at 7:16

5

I have used emacs for only half a year from 23.1 to 23.3. Every time I tried to find gpg public key for emacs so that I could check tar.gz package with tar.gz.sig released with every new version, I...
Bandur asked 18/4, 2011 at 10:13

4

I have recently tried the Windows Subsystem for Linux lately and as I was attempting to sign my git commits with a recently generated GPG key it spewed out, verticalfile30@DESKTOP-U284V9I:~/cpo/ws...
Architrave asked 23/8, 2019 at 3:15

2

I have just lost my old gpg key by accident. I'm wondering if I can remove each commit's gpg sign or resign it with my new gpg key?
Wanonah asked 2/7, 2020 at 16:38

2

Solved

I just searched through the git-config(1), git-log(1) and git-show(1) man pages of git 2.6.2, but haven't found any hint that the --show-signature option (to e.g. git show or git log) can be config...
Hedda asked 1/12, 2015 at 11:22

3

Solved

I know how to use gpg verify like this: $ gpg --verify somefile.sig gpg: Signature made Tue 23 Jul 2013 13:20:02 BST using RSA key ID E1B768A0 gpg: Good signature from "Richard W.M. Jones <[ema...
Hooded asked 25/9, 2013 at 17:6

4

Solved

I want to publish my project to maven using maven-publish and signing. The problem is that when i try to publish: gradle publish i get this error: * What went wrong: Execution failed for task ':...
Decode asked 10/10, 2019 at 22:25

4

I cannot commit to git . Every time I try it shows this message. error: Couldn't load public key 632EA751459C3A1A: No such file or directory? fatal: failed to write commit object I'm using Gpg4Wi...
Chiliarch asked 15/9, 2022 at 7:0

5

macos Ventura 13.4 (22F66) GNU Emacs 28.2 (build 1, x86_64-apple-darwin22.4.0, NS appkit-2299.50 Version 13.3.1 (a) (Build 22E772610a)) of 2023-05-31 org-mode 9.5.5 installed using homebrew emacs-p...
Hanford asked 2/6, 2023 at 8:17

6

Solved

I have installed GPG via Homebrew with brew install gpg. It is installed in version 2.2.17. In my Maven POM I have this snippet: <plugin> <groupId>org.apache.maven.plugins</groupI...
Bifid asked 21/8, 2019 at 12:15

5

i can't commit with IntelliJ and an activated gpg in config. Currently I can only do this with git bash manuel. I use windows and i found a lot of informations for OSX but that didn't helped me. H...
Determinant asked 1/5, 2018 at 10:2

3

Solved

Let's say I do the following: Create new GPG signing key Add it to GitHub Delete the old key from GitHub Will my previous commits still appear as verified?
Willy asked 1/6, 2020 at 8:30

3

Solved

I used to have my commits signed by gpg which worked all fine, but I suddenly got this message instead: gpg: keyblock resource '/c/Users/username/path/to/project/C:\Users\username\.gnupg/pubring.k...
Labio asked 5/10, 2018 at 8:53

1

I'm trying to store my GPG private key in Jenkins so that I can use it to sign rpm packages and repositories. This works fine, but I'm not able to obfuscate the key so that it doesn't get displayed...
Balloon asked 24/8, 2018 at 11:12

9

Solved

I'm getting this error when trying to sign a commit: git commit -S -m "test" gpg: skipped "EF617ACA9EC3XXXX": No secret key gpg: signing failed: No secret key error: gpg failed to sign the data fa...
Amadus asked 17/5, 2020 at 8:34

4

Git always asks me to enter a passphrase to unlock my secret key while signing a commit using. git commit -S -m 'message' How can I store in cache the password so that I don't have to enter it e...
Drubbing asked 14/7, 2016 at 22:1

2

Solved

I followed instructions here: https://docs.github.com/en/authentication/managing-commit-signature-verification/generating-a-new-gpg-key I did not include a comment. Only my name and email which mat...
Anselm asked 10/6, 2022 at 13:50

10

The encryption tool of gnuPG package gpg prompts for passphrase using a GUI dialog box when invoked by a regular user, however when invoked by root it prompts on CLI. How to make it use the CLI eve...
Ocana asked 21/7, 2013 at 6:53

2

Solved

After setting $ gpg --list-keys /home/pablo/.config/gnupg/pubring.gpg ------------------------------------- pub rsa4096/46F257F2 2014-09-16 [expires: 2015-09-16] uid [ultimate] Pablo Olmos de Agu...
Oby asked 14/12, 2014 at 18:11

© 2022 - 2024 — McMap. All rights reserved.