0

exec: "git": executable file not found in $PATH

While installing Gogs in OpenSUSE leap 42.3 in web console I got exec: " git" : executable file not found in $PATH. How to solve this?

OpenSUSE Git Add a comment
victorsamuel
asked Nov 16 2017

Answer

0

First make sure you have installed git in your machine, else install it by zypper in git. Then type which git to attain the installed location and export it by export PATH="installed location:$PATH".

Add a comment
karthikeyan
asked Nov 16 2017
edited Oct 05 2018
Post your Answer