gpg-signature Questions

4

When running sudo apt update, I am presented with the following error: Err:4 https://apt.releases.hashicorp.com focal InRelease The following signatures couldn't be verified because the public key...
Nicholas asked 6/2, 2023 at 13:52

5

Solved

I have 1 github user and another gitlab user, and I have created 1 gpg key for each because my email address differs. The problem is I have to execute git config --global user.signingkey everytim...
Contusion asked 24/9, 2018 at 12:40

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

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

8

Solved

Getting error while building the following Docker file FROM ubuntu:21.04 RUN apt-get update && \ apt-get install --no-install-recommends -y curl=7.\* && \ apt-get install --no-in...
Ginnygino asked 22/2, 2021 at 16:31

52

Solved

I followed few articles over the pretty attributes on Git 2.10 release note. Going through which upgraded the git to 2.10.0 and made changes to global .gitconfig resulting as follows - [filter "l...
Indaba asked 14/9, 2016 at 15:42

2

Solved

When I try to add a GPG key that uses my GitHub provided commit email address, it gives me an error that the email address is "Unverified." How should I fix this? I followed the guide on ...
Amylene asked 8/8, 2020 at 17:46

3

Solved

Currently, I use 2 emails, (Personal + Company) with one SSH key to log in to GitHub. But I use the same GPG key for signing. Both are verified on my GitHub Email Settings page. On the first one (p...
Drabeck asked 4/5, 2021 at 8:6

3

Before apt-key was deprecated, I was using Ansible playbooks to add and update keys in my servers. At the moment, apt-key no longer updates the keys. In few searches, I found that I need to use gpg...
Hostetler asked 23/3, 2022 at 10:6

3

Solved

Introduction Currently, I'm trying to contribute on a GitHub Action that automatically publishes a java library. The branch where I'm developing: https://github.com/MathieuSoysal/Java-maven-library...
Ferrante asked 10/12, 2022 at 11:58

5

I'm using the below command gpg --keyserver hkp://pool.sks-keyservers.net --send-keys <MY-8-DIGIT-SIGNATURE> as per guided by this article https://getstream.io/blog/publishing-libraries-to-m...
Dorcas asked 25/4, 2021 at 8:1

2

https://help.github.com/articles/about-pull-request-merges/#squash-and-merge-your-pull-request-commits Is there way to squash and merge a Pull Request with my GPG signing via command line? Merging...
Stopcock asked 17/4, 2018 at 13:51

4

Solved

What are the differences between SSH and GPG asymmetric keys and why does git support signing with GPG rather than using the SSH agent?
Clericalism asked 15/7, 2017 at 15:38

3

I got the git commits from my local repo to show 'verified' on github, by setting up the gpg key. But why my commits by github (while I am on github) don't show up as 'verified'? It shows nothing...
Finochio asked 9/5, 2020 at 16:42

1

I tried to solve this Geocache: https://www.geocaching.com/geocache/GC67EXW_signaturbruch And it gave me a password prompt, when I tried to solve gpg message.asc, but I didn't know the correct p...
Nonplus asked 13/10, 2019 at 13:12

4

I have uploaded a multi-module-project to central as a bundle.jar and this problem appears: So Nexus could not found the pom.asc. But how can the file be missing if it is available under
Centrobaric asked 5/10, 2016 at 4:35

1

Solved

If you make an edit through GitHub's website, or merge a pull request, then the resulting commits are automatically signed with GitHub's GPG key. It looks like this: I would like to have the ful...
Sternberg asked 2/3, 2020 at 4:34

1

Solved

I currently have GPG signing setup on my computer it works fine. This is required to commit to the repo of the company i work for using my company email address. How ever I also contribute to a n...
Senega asked 13/1, 2020 at 7:9

1

Solved

I’m aware that .asc signatures are output as a text file, while .sig & .gpg are binary. That aside: Are .sig and .gpg the same file with different extensions? If not, why use one over the o...
Harned asked 19/11, 2019 at 8:7

2

Solved

After running ./gradlew bintrayUpload I am getting the following error. :my-library:bintrayUpload FAILED FAILURE: Build failed with an exception. What went wrong: Execution failed fo...
Procurable asked 18/8, 2017 at 6:56

2

Solved

I have recently set up GPG to sign my Git commits so now I have a signingKey field in my gitconfig. I'm not very familiar with details of GPG – is this signingKey a sensitive piece of information t...
Brahmi asked 2/1, 2018 at 17:48

1

Solved

So it seems that my gpg key is secret but when I try to sign my commits in git, it isn't recognized as secret. I'm at a total loss for why this is. I believe I have this setup properly but my commi...
Seraglio asked 11/3, 2019 at 23:5

2

Solved

I followed the instructions on how to install Docker CE for Ubuntu. After I setup the repository, and then ran sudo apt-get update, I got the following error: Err:12 https://download.docker.com/li...
Absolve asked 29/10, 2017 at 2:24

1

Solved

I generally sign my commits with gpg keys. However, there are certain times that I need to send my patches through email, which I achieve by using git-format-patch and git-send-email. However, this...
Ripsaw asked 20/9, 2017 at 5:56

1

Solved

I see that Travis has a workflow for encrypting a files, here. My use case is slightly simpler, I just want to generate a signature for a file that has been built on Travis-CI. Say: hello-0.0.1-a...
Powel asked 19/7, 2017 at 11:10

© 2022 - 2025 — McMap. All rights reserved.