Skip to content

Installation complains about Git not found while Git is installed in the environment #15

Description

@silviyahasana

Running sh install.sh triggering this error :

-e [ERROR] => Git could not be found. Install git before this.
/usr/bin/git

But git is installed in the system :

> git --version                                                                     
git version 2.43.0

> /usr/bin/git --version                                                    
git version 2.43.0

Changing the if condition in the sh install.sh from if ! command -v git &> /dev/null to : if ! /usr/bin/git --version &> /dev/null did not help either. In which directory git is supposed to be for this installation script to find it ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions