首次提交

This commit is contained in:
2026-06-16 10:23:51 +08:00
commit aaeb52173b
740 changed files with 173337 additions and 0 deletions
+24
View File
@@ -0,0 +1,24 @@
下载地址 https://dl.gitea.com/gitea/
windows 上git服务搭建
https://zhuanlan.zhihu.com/p/466341348
#gitea.exe web
管理员权限运行打开
sc.exe create gitea start= auto binPath= '"D:\gitea\gitea-1.25.3-gogit-windows-4.0-amd64.exe" web --config "D:\gitea\custom\conf\app.ini"'
win+r services.msc
// 仓库新代码录入
git init
git branch -M main
git remote add origin http://192.168.1.75:3000/pac/plant_sun_cat.git