使用gogs搭建自己的git代码托管仓库

假设前提已经安装好了:git、mysql

1、gogs官网

https://gogs.io/docs

2、NSSM 下载地址

http://www.nssm.cc/download

下载后,添加到环境变量就可以了

3、下载gogs 在windows下的二进制文件

https://gogs.io/docs/installation/install_from_binary.html

4、gogs的windows安装

https://blog.csdn.net/qq_26819733/article/details/77860125

image.png
image.png
image.png

运行sql脚本

source D://soft//web//gogs//scripts//mysql.sql

image.png

输入初始化,然后回车

gogs web

就会出现安装go 配置go的页面

image.png

5、AndroidStudio 项目同步提交

image.png
image.png
image.png

剩下的就是通过git操作提交代码,这里就不多说了

你可能感兴趣的:(使用gogs搭建自己的git代码托管仓库)