I get the following connection error while updating IntelliJ behind proxy (the proxy ping in IntelliJ is working though):
Connection Error: Failed to prepare an update: Cannot download 'http://download.jetbrains.com/idea/IU-xxx-patch-win.jar': Connection closed at byte 17920. Expected 20941088 bytes. , response: 200 OK Open download page.
Solution?
I was able to download the file ...patch-win.jar via a browser. How can I now install this patch manually for IntelliJ in a Windows environment?
https://download.jetbrains.com/idea/IU-<From>-<To>-patch-<OS>.jar
, where<From>
is the IDEA version which you want to update,<To>
is the target IDEA version, and<OS>
is the type of operating system, such aswin
ormac
. An example would behttps://download.jetbrains.com/idea/IU-181.5540.7-182.3684.101-patch-win.jar
. – Graniela