-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Git wont install #2539
Comments
This folder exists only during an installation run, it is InnoSetup's temporary folder.
So this is simply a duplicate of #1074 You can work around it via the command-line option |
Ok, that allowed the installer to push past the issue - thank you! Still curious as to what / where the installer is looking and finding those old files / settings. Agent Ransack sucked amps for 9 hours trying to find it.. I'd write a clean up utility, but since the /DIR option hack-a-round works, probably not worth anyone's time. Just a note though - from the viewpoint of an old dog, since the installer is a GUI, the option should be given to the user to force / change the install directory (with a little admonition that it could blow up existing install.) within the operation of the GUI at the time of failure. Thanks. |
It's InnoSetup, and this part of the installer code indicates that the registry key is |
Background:
Git 2.18 was installed circa 2018-ish and was running fine until the SSD drive it was installed on completely detonated.
Today: Fresh download of GIT ver 2.25 x64. Try to run installer and it's falling all over itself trying to find the config files from the old install. So, I've gone through the registry trying to find any and all vestiges of the old GIT install and delete them.
Repeat attempting install, multiple pop-ups telling me it cant find things.
It seems that the installer insanely keeps trying to find a file named 'git-config-get.txt' from a non-existant folder: C:\Users(myname)\AppData\Local\Temp\is-ISCH4.tmp\git-config-get.txt
If I click OK and let it continue, it fails with a message about the path or UNC is unavailable but there's no option(s) or opportunities (like every app I've seen in 40 some years) to change it.
I'm running Agent Ransack in the background at the moment scanning the entire drive for anything containing the filename but (as of 14:11 into the scan, nothing) -- it's got my i7 CPU pegged at 98% valiantly trying to find this top-secret little gremlin.
I'd like help identifying what files / registry keys and their locations I need to delete so that I can get a FRESH install of GIT on this machine.
OS: Win 10 Pro [Version 10.0.17763.1039]
Dev Env: Visual Studio 2017 & 2019, Jetbrains Pycharm
Wishlist:
It might be worthwhile to publish all the configuration file locations & registry settings that git puts in, because sometimes bad things happen to our drives and this kind of nonsense could have been easily remedied if there was some facility within the installer to re-create configs etc.
Maybe someone might write a cleaner tool someday?
The text was updated successfully, but these errors were encountered: