Doc D Dandy
Doc D Dandy

Reputation: 21

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.

Upvotes: 1

Views: 12593

Answers (4)

Linda A.
Linda A.

Reputation: 31

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.

Upvotes: 3

FreeFend
FreeFend

Reputation: 202

Simply download git from https://git-scm.com/download/win and install it manually before launching the Aptana installer and it will work.

Upvotes: 1

A. Assis
A. Assis

Reputation: 51

I had this problem solved by installing the Git from http://go.appcelerator.com/installer_git_windows.exe.

Upvotes: 5

Gyanender Sharma
Gyanender Sharma

Reputation: 31

  1. Rename the installer file to "aptana.exe"
  2. Move that file to c drive
  3. Open CMD in administrator mode Type "c:/aptana.exe /passive /norestart"
  4. Press enter
  5. After some process, a new exe file will be available on desktop which you can use.

It worked for me.

Upvotes: 3

Related Questions