linux - centos gogs启动失败
ringa_lee
ringa_lee 2017-04-17 13:58:31
0
2
351
ringa_lee
ringa_lee

ringa_lee

reply all(2)
巴扎黑

There is no git path in the path variable of the Linux user you started gogs with.

大家讲道理

See if your git version has been upgraded (or installed manually)
gogs requires the git command to be in /bin/git
You can make a soft connection
ln -s /usr/local/ bin/git /bin/git

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!