maxmelbin
maxmelbin

Reputation: 2095

The executable "git" is not in the path

I have Review Board set up on linux RH6.
While i try to "Add Repository" (a git repository) in the administrator dashboard, i get the following error -

"The executable "git" is not in the path."

on the server, the root account has the git path in the PATH EV.
What else should i check for?

Git version on the server on which Review Board is installed is 1.7.10.2

Upvotes: 0

Views: 551

Answers (1)

gvo
gvo

Reputation: 36

Try adding the path to your git executable to the apache user's PATH.

This might work.

Upvotes: 2

Related Questions