Why Intelli IDEA 2021.3 and 2021.2 can't download source code?

已回答

Why Intellij IDEA Build #IU-213.5744.223, built on November 27, 2021 can't download source code?

Only after restarting the application everything starts to work

The same thing happened in the version 2021.2.

The file idea.log contain only one string:

2021-12-11 13:09:13,593 [165942828] INFO - j.ide.actions.RevealFileAction - Exit code 1 

The hosts file:

# 127.0.0.1 localhost
::1 localhost


0

The symptoms are similar to https://youtrack.jetbrains.com/issue/IDEA-247792

Please add the following lines to the Help | Diagnostic Tools | Debug Log Settings dialog:

com.intellij.util.io.HttpRequests
#com.intellij.util.io.HttpRequests
com.intellij.util.proxy.CommonProxy
#com.intellij.util.proxy.CommonProxy

Restart the IDE, reproduce the issue, and attach the entire idea.log file. Alternatively, you can upload it to https://uploads.jetbrains.com/ securely and provide the upload id.

0

请先登录再写评论。