About 398,000 results
Open links in new tab
  1. Signed commits | GitLab Docs - GitLab Documentation

    To display the signature details for a commit, select Verified or Unverified to see the fingerprint or key ID: You can also use the Commits API to check a commit’s signature. Verify commits …

  2. Verifying signed git commits? - Stack Overflow

    verify-tag / verify-commit by default displays human-readable output on standard error. However, it can also be useful to get access to the raw gpg status information, which is machine …

  3. Sign commits with GPG | GitLab Docs - GitLab Documentation

    Push to GitLab and check that your commits are verified. Sign all Git commits by default by running this command:

  4. Sign commits and tags with X.509 certificates | GitLab Docs

    Locate the commit in GitLab to check the signature and store the result. Cryptographic verification checks. If GitLab determines that verified_signature is false, investigate the reason in the Rails …

  5. Signed commits | GitLab

    Signed commits show either a Verified or Unverified badge, depending on the verification status of the signature. Unsigned commits do not display a badge: You can also use the Commits API …

  6. Sign commits with SSH keys | GitLab

    Use SSH keys to sign Git commits in the same manner as GPG signed commits. When you sign commits with SSH keys, GitLab uses the SSH public keys associated with your GitLab …

  7. Sign commits with GPG - GitLab

    GitLab uses its own keyring to verify the GPG signature. It does not access any public key server. GPG verified tags are not supported. For more details about GPG, refer to the related topics …

  8. git - GitLab: Commit must be signed with a GPG key - Stack Overflow

    May 13, 2022 · To double check, run git fetch (or git fetch origin) and make sure you're still exactly 1 commit ahead. If so, the problem is that GitLab's verifier does not believe your commit is …

  9. (Solved) GPG-signed commits consistently unverified - GitLab

    Jul 12, 2018 · signing my commits with my GPG key is all I should need. If I have added that key into my account and I sign my commits with the provate key. then the commit is verified. less …

  10. Check whether commit is signed through GPG allows for ... - GitLab

    Push rule Check whether commit is signed through GPG enforces to commit data that are GPG signed, but it does not differ is GPG sign is actually Verified or not. In our case (Self-Hosted …

Refresh