IntelliJ IDEA 13.1 - Updating maven repository index authentication failure

前端 未结 1 1701
别跟我提以往
别跟我提以往 2020-12-08 07:15

When I want to update indices from the central Maven repository, I always get an error:

java.lang.RuntimeException: java.io.IOException: Authorization

相关标签:
1条回答
  • 2020-12-08 08:11

    It's a known issue.

    The workaround is to disable an option to Use Maven 3 in IDEA Settings | Maven | Importing.

    Another workaround is to replace Maven jars in IDEA distribution with more recent versions.

    Original problem will be fixed in IDEA 13.1.2 (to be released soon).

    0 讨论(0)
提交回复
热议问题