- 安装配置
- https://blog.csdn.net/hwm_life/article/details/82969005
- 配置问题
- 域名:ip,不带port
- 访问端口,默认3000,如需要修改需要修改gogs配置文件
- 启动
- ./gogs web,前台启动
- nohup ./gogs web,后台启动
- 使用
- git init,git add ,git commit等命令使用方法和git一致
- git remote add origin http://192.168.10.123:3000/xxxx
- git push -u origin master
- 如果不能更新,强制更新,git push -f -u origin master