Gogs 下载和安装 https://github.com/gogits/gogs
# 下载二进制压缩包 不检查服务器证书
[email protected]:~# wget --no-check-certificate https://github.com/gogits/gogs/releases/download/v0.11.34/linux_amd64.tar.gz
# 下载二进制压缩包 检查服务器证书
[email protected]:~# wget --secure-protocol=sslv3 https://github.com/gogits/gogs/releases/download/v0.11.34/linux_amd64.tar.gz
# 解压 gz 压缩包
[email protected]:~# gzip -d linux_amd64.tar.gz
[email protected]:~# tar -xf linux_amd64.tar
# 运行
[email protected]:~/gogs# ./gogs web
# 访问该服务器地址 3000 端口,进行初始化配置即可。
# dos 设置代理
set http_proxy=http://127.0.0.1:1080