Files
org_roam/Misc/20260101194248-gitea.org
Zaine 9a7a145390
Some checks failed
Build Roam Site / build (push) Has been cancelled
fix
2026-05-08 16:15:01 +01:00

481 B
Executable File

Gitea Notes

In order to connect to the gitea server and run git commands, you will need to do the following:

Run cat ~/.ssh/id_ed25519.pub

Copy that key and add it to the ssh keys in gitea

ssh-keygen -t ed25519 -C "windows-gitea"

ssh -T -p 222 git@192.168.0.241

Check the remote url of the git project.

git remote -v

Change it to:

git remote set-url origin git@