-
Notifications
You must be signed in to change notification settings - Fork 229
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
error: tool 'git' not found
after upgrading to 0.14.0
#2517
Comments
FWIW, I had this issue too, so you're not unique. |
On our repository, running
|
Check out this comment on a related issue: #2531 (comment) |
Thanks @bmritz ! This seems to have worked as a fix: sudo xcode-select --reset
sudo xcode-select --switch /Library/Developer/CommandLineTools |
@windybranch great to hear -- I hadn't actually tried the fix until today, but it worked for me as well. |
What happened?
Since upgrading to 0.14.0 I seem to be unable to access
git
inside thedevbox
shell.Outside the
devbox
shell. Runninggit
returns expected output:Then after running
devbox shell
,git
returns:error: tool 'git' not found
devbox init
as a blank canvas.zshrc
to see if that could be interfering and makes no differenceexport DEVBOX_USE_VERSION=0.13.7
and
git
works fineNot sure if anyone else is experiencing this?
Steps to reproduce
devbox init
devbox shell
git
Command
No response
devbox.json
Devbox version
0.14.0
Nix version
nix (Nix) 2.24.7
What system does this bug occur on?
macOS (Apple Silicon)
Debug logs
No response
The text was updated successfully, but these errors were encountered: