-
Notifications
You must be signed in to change notification settings - Fork 64
Open
Description
I am using a different version of git
than the one installed on the system by default. Newer version of the git
is installed in ~/bin
and PATH
variable is set to ~/bin
. Shell command for git
picks it up correctly as:
$ which git
~/bin/git
But Graal does not:
$ PATH=~/bin:${PATH} graal -g cocom https://github.com/chaoss/grimoirelab-perceval --git-path /tmp/graal-cocom
[2021-12-02 11:58:14,207 - root - INFO] - Starting the quest for the Graal.
[2021-12-02 11:58:14,211 - perceval.backends.core.git - DEBUG] - Running command /usr/bin/git worktree add /tmp/worktrees/graal-cocom (cwd: /tmp/graal-cocom, env: {'LANG': 'C', 'PAGER': '', 'HTTP_PROXY': 'http://<proxy>:911/', 'HTTPS_PROXY': 'http://<proxy>:912/', 'NO_PROXY': '', 'HOME': '/home/nhasabni'})
[2021-12-02 11:58:14,224 - perceval.backend - ERROR] - Error!: git command - git: 'worktree' is not a git command. See 'git --help'.
[2021-12-02 11:58:14,224 - root - INFO] - Quest completed.
worktree
is part of git
installed under ~/bin
:
$ git worktree list
/tmp/worktrees/graal-cocom 2e6a58b [graal-cocom] prunable
$ /usr/bin/git worktree list
git: 'worktree' is not a git command. See 'git --help'.
Metadata
Metadata
Assignees
Labels
No labels