Replies: 2 comments 8 replies
-
I don't think so. It seems to be used by
https://github.com/ScoopInstaller/Main/blob/master/bucket/git.json#L60
I think it only gets set by
|
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
scoop install git
(git for windows) sets the GIT_INSTALL_ROOT environment variable to%USERPROFILE%\scoop\apps\git\current
.C:\Program Files
with the installer does not set it. scoop sets it. Does it get set in any case by the installer or other package managers?%GIT_INSTALL_ROOT%
,C:\Program Files\Git
,%USERPROFILE%\scoop\apps\git\current\
, ...Beta Was this translation helpful? Give feedback.
All reactions