Home  >  Q&A  >  body text

linux - centos gogs启动失败

ringa_leeringa_lee2764 days ago356

reply all(2)I'll reply

  • 巴扎黑

    巴扎黑2017-04-17 14:00:31

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

    reply
    0
  • 大家讲道理

    大家讲道理2017-04-17 14:00:31

    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

    reply
    0
  • Cancelreply