本文主要是介绍Linux:搭建Gogs服务,页面报错Failed to test ‘git‘ command: exec: “git“: executable file not found in $PATH,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
目录
一、下载安装Percona-Mysql
二、启动Percona-Mysql、简单配置
三、登录Mysql,修改密码
四、创建用户git,安装gogs,与数库初始化
五、配置文件配置内容简介
六、配置【custom/conf/app.ini】
七、启动gogs
八、页面配置gogs【页面报错:Failed to test 'git' command: exec: "git": executable file not found in $PATH】
环境依赖于:
【安装GIT服务】
【安装golang的运行环境】
https://golang.google.cn/doc/install?download=go1.15.13.linux-amd64.tar.gz 下载地址在/usr/local/下上传解压
[root@bogon local]# tar -xvf go1.15.13.linux-amd64.tar.gz
环境加入环境变量文件
[root@bogon local]# vim /etc/profile[root@bogon local]# source /etc/profile #重载配置文件
[root@bogon local]# go version #测试是否安装成功
这篇关于Linux:搭建Gogs服务,页面报错Failed to test ‘git‘ command: exec: “git“: executable file not found in $PATH的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!