When I try to use git (even just typing git
, git clone <repo>
, etc, I get this error:
bash: /usr/games/git: No such file or directory
but git works with sudo
just fine.
which -a git
returns /usr/bin/git
Why is it looking in the wrong place, and /usr/bin/games
of all places?
How can I change where it looks?
0 Answers