- VirtualBox 7.0.14 r161095 (Qt5.15.2)
- Windows 11 23H2 (version 22631.3296)
- VM: Eve-NG 5.0.1-22
WARNING: neither Intel VT-x or AMD-V found
sudo apt update
sudo apt install build-essential dkms linux-headers-$(uname -r)
Hi Github users,
You can now signed your commits on Github using at least Git v2.33.0 and Github Desktop 3.0.2.
Install GnuPG
(Gpg4win): https://gnupg.org/download/index.html
Generate a GPG key and add it to Github: https://help.github.com/articles/generating-a-new-gpg-key (if you don't want to type a passphrase on every commit, you need to press "Enter" when the console will prompt you to type a passphrase)
Configure Git properly by editing the .gitconfig
file using the command line git config --global --edit
in a terminal or edit manually (C:\Users\%username%\.gitconfig
), then replace YOUR_USERNAME, YOUR_GITHUB_EMAIL and YOUR_SIGNING_KEY with your data