'Cannot install Aptana Studio on Windows 10: Failed to Correctly Aquire installer_git_windows.exe file: CRC Error
Whenever I run the standalone installer for Aptana Studio I get the following error:
Failed to Correctly Aquire installer_git_windows.exe file: CRC Error
I'm running Windows 10, I've looked online for hours and have found no solution.
Solution 1:[1]
I had this problem solved by installing the Git from http://go.appcelerator.com/installer_git_windows.exe.
Solution 2:[2]
I had the same error. I believe it still has something to do with the NodeJS.
I went to this site https://nodejs.org/en/download/ use the 32 bit version for Windows 10. Then installed an older version of Aptana https://aptana-studio.en.uptodown.com/windows/versions with the 3.4.2 and tada.. it worked. I don't mind the older version for now.
Solution 3:[3]
- Rename the installer file to "aptana.exe"
- Move that file to c drive
- Open CMD in administrator mode Type "c:/aptana.exe /passive /norestart"
- Press enter
- After some process, a new exe file will be available on desktop which you can use.
It worked for me.
Solution 4:[4]
Simply download git from https://git-scm.com/download/win and install it manually before launching the Aptana installer and it will work.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|---|
Solution 1 | bad_coder |
Solution 2 | Francisco Alvarado |
Solution 3 | bad_coder |
Solution 4 | FreeFend |