My step by step guide:
- Installing Kleopatra
-
- go to de download and download the latest version
- click on
Check integrity
- scroll down to
SHA256 checksums
- now open powershell
- type
Get-FileHash
- Drag your download into the powershell, this is mine:
Get-FileHash C:\Users\Gebruiker\Downloads\gpg4win-4.2.0.exe
, this will look different for newer versions - press Enter
- Check if the hash is the same as on the website, if not, try again or with another version. Otherwise you risk installing a tinkererd version, like malware. (If the letters are upper/lower cased incorrectly, that doesn’t matter)
- Easiest way to check if it is the same is by using Ctrl+F in your browser
- double click the file to install
-
- How to add to github:
- this document should explain the steps
- If you cant figure it out, here is a step by step guide:
- In the upper-right corner of any page, click your profile photo, then click Settings
- In the “Access” section of the sidebar, click SSH and GPG keys.
- Next to the “GPG keys” header, click New GPG key.
- In the “Title” field, type a name for your GPG key.
- In the “Key” field, paste the GPG key you copied when you generated your GPG key.
- Click Add GPG key.
- To confirm the action, authenticate to your GitHub account.
- tell git you want to use a gpg key:
- github docs
- keep in mind: you need to run commands in
git bash
, not incmd
, but if nothing happens ingit bash
, trycmd
- how to add to vscode:
- put the following in your vscode settings.json:
"git.enableCommitSigning": true
or Open the settings, search for “gpg” and check the box “Enables commit signing with GPG” - this article explains it. (you can start at
Set up VS Code
)
- put the following in your vscode settings.json:
- If you get an error with committing
Git: gpg: skipped "yourID": No secret key
:- put
git config --global gpg.program "C:\Program Files (x86)\GnuPG\bin\gpg.exe"
in your console - or follow this guide
- put
You also might want to add Kleopatra to startup to avoid having to wait minutes for it to startup when wanting to commit:
- press Win to enter search
- type “kleopatra”
- klick
open file location
- copy the shortcut to kleopatra
- Where-is-the-startup-folder
- paste the shortcut here.
the old less easy guide:
-
de download, en hier is een video over hoe check je of het een veilige versie installatie is (helemaal kijken)
-
hoe werkt het gekeken tot 13:12
-
git laten weten dat je een signed key hebt en wilt gebruiken