waveterm icon indicating copy to clipboard operation
waveterm copied to clipboard

MacOS prompts to install command line tools (running git)

Open sawka opened this issue 1 year ago • 2 comments

Bug happens on MacOS when you don't have command line tools installed.

Wave tries to run git to check the current directory branch. If CLI tools are not installed MacOS it will pop up a system dialog asking to install CLI tools.

Wave should check to see if if CLI tools are installed. If they aren't (or if there is no git in the path) we shouldn't try to run git.

sawka avatar Feb 18 '24 19:02 sawka

Actually not sure how to fix this. MacOS actually does have a git program installed that happens to send up the prompt. My (quick) internet searching didn't find a great way of knowing whether devtools are installed.

sawka avatar Mar 07 '24 05:03 sawka

Actually not sure how to fix this. MacOS actually does have a git program installed that happens to send up the prompt. My (quick) internet searching didn't find a great way of knowing whether devtools are installed.

$ xcode-select -p
/Library/Developer/CommandLineTools

posguy99 avatar Mar 24 '24 18:03 posguy99