假設前提已經安裝好了:git、mysql
1、gogs官網
2、NSSM 下載地址
下載后,添加到環(huán)境變量就可以了
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操作提交代碼,這里就不多說了