You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When setting up plugins on a bare bones Windows VM, I got an error that git was not a recognized command. Since we have mamba, I'm wondering if we can just have a step that does: mamba install git into base. It'd be good to make sure this didn't interfere with another git installation, that or checking first somehow to see if git is already on path. Or, if the first git command fails, try installing.
[09:35:19.993] [undefined] adding plugin at https://github.com/natcap/schistosomiasis.git
[09:35:19.996] [undefined] git [
'clone',
'--depth',
'1',
'--no-checkout',
'https://github.com/natcap/schistosomiasis.git',
'C:/Users/User/AppData/Local/Temp/natcap-invest-xoLO2v'
]
[09:35:20.036] [undefined] 'git' is not recognized as an internal or external command,
operable program or batch file.
The text was updated successfully, but these errors were encountered:
When setting up plugins on a bare bones Windows VM, I got an error that
git
was not a recognized command. Since we havemamba
, I'm wondering if we can just have a step that does:mamba install git
into base. It'd be good to make sure this didn't interfere with anothergit
installation, that or checking first somehow to see ifgit
is already on path. Or, if the firstgit
command fails, try installing.The text was updated successfully, but these errors were encountered: