Cleaning up

This commit is contained in:
2026-01-03 00:26:57 +00:00
parent 612cef1197
commit 8bf8810a7a
5 changed files with 777 additions and 0 deletions

23
20260101194248-gitea.org Normal file
View File

@@ -0,0 +1,23 @@
:PROPERTIES:
:ID: 74ec625c-3559-4570-8f6e-8272f4859ea7
:END:
#+title: gitea
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@