fixed the build script showing too many messages

This commit is contained in:
2026-01-17 20:05:11 +00:00
parent 56652858bc
commit 1cae3c84de
11 changed files with 51 additions and 81 deletions

View File

@@ -1,7 +1,7 @@
:PROPERTIES:
:ID: 74ec625c-3559-4570-8f6e-8272f4859ea7
:END:
#+title: gitea
#+title: Gitea Notes
In order to connect to the gitea server and run git commands, you will need to do the following:
@@ -10,14 +10,14 @@ 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-keygen -t ed25519 -C "windows-gitea"~
ssh -T -p 222 git@192.168.0.241
~ssh -T -p 222 git@192.168.0.241~
Check the remote url of the git project.
git remote -v
~git remote -v~
change it to:
Change it to:
git remote set-url origin git@
~git remote set-url origin git@~