Now is the time to migrate to Forgejo
I document how I migrated my binary installation of Gitea to Forgejo.
I document how I migrated my binary installation of Gitea to Forgejo.
Assuming you set up PGP (GPG) on your YubiKey, all you need to do is: Install Gpg4win from here.Install PuTTY from here.Tell git to use it (CMD): git config --global core.sshcommand "plink -agent" 4. Edit or create %appdata%\gnupg\gpg-agent.conf with the following contents: enable-putty-support enable-ssh-support use-standard-socket default-cache-ttl 600 max-cache-ttl 7200 5. [...]
YubiKey 5 Series Family This guide assumes your YubiKey is already set up to work with PGP/GPG (by which I mean, you got your keys set up on your YubiKey). Note that the parts with pointy brackets <> in the following guide are for you to replace with your own [...]
In a recent blog post I had to recover a deleted file from a public git repository to share with you. Today I will show you how it's done. In this particular case, I needed a file with old UDEV rules. I knew the name and location of the file [...]