-
Notifications
You must be signed in to change notification settings - Fork 2
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
mingw64 Error for Git Installation #92
Comments
I found this command in Moonshine-IDE/Moonshine-IDE#739
Are we still running this |
Ah, @Aszusz found the original issue for this. Here the relevant writeup: Moonshine-IDE/Moonshine-IDE#487 (comment) |
This wasted a lot of time for me again when testing today. Testing with a fresh Windows VM, I installed Git and got this error: I tried the previous fix and still got an error. I found a slightly different solution here, and this worked for me.
|
…e-SDK-Installer#92 @moonshine-ide/moonshine-sdk-installer#92
I have updated the temp-environment-setup command to match this:
Please, check. |
I didn't get any errors for the new install, but I had already set the global configuration. I'll retest this on a fresh Windows instance when I have a chance. |
I did a test with MSDKI 4.5.0 build 414 (downloaded from the development builds on moonshine-ide.com) on a fresh Windows 11 machine, and I found that I still got the same error:
I checked the command line and confirmed that the global config values for |
So I rechecked the generated
When I ran the file on command-line manually, it didn't shown any warning/problem either. I wonder where it's breaking.. |
You can check the global config like this: I retested this today by:
|
I think we're talking about two different places here. MSDKI never setup I re-tested Moonshine-IDE generated |
I retested this with Moonshine Development 3.3.4 Build 1399, and I confirmed that the global config value is not set and the ming64 error still triggers. For now, I bumped this issue to the next release. My preference would be to either:
|
I tried cloning a project on Windows using Git installed from MSDKI, and I got this error:
This error looks familiar to me, but I haven't found an issue for it.
The text was updated successfully, but these errors were encountered: