728 B
728 B
How to contribute
-
Generate an SSH key pair via
ssh-keygenin your terminal (make sure not to overwrite an existing key!). -
Add the configuration in
.ssh/configto your local SSH configuration file. -
Point the
IdentityFileparameter to your local key file location (in most cases~/.ssh/id_ed25519or equivalent with RSA). -
Go into your Gitea Settings, then SSH/GPG Keys section, then upload your public key (in most cases, a file called
id_ed25519.pub). -
You can now contribute code!
Test connection
ssh code.kpuig.net
If this command gives you anything but an affirmative that you're configured correctly, that means you have misconfigured something, most likely in SSH but possibly in git.