Project

General

Profile

Git command not seen

Added by Sergio Martino almost 13 years ago

Hi,
My redmine app does not show me Git as an available option in the admin panel. Git is correctly installed on that machine and works under /usr/local/bin/git which is also in the config file with the full path.

any clues? thx

Sergio


Replies (1)

RE: Git command not seen - Added by Sergio Martino almost 13 years ago

Solved. Sorry for a useless topic.

I've added this to config/environment.rb
ENV['PATH'] = "#{ENV['PATH']}:/usr/local/bin"

    (1-1/1)