下载地址 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