Authentication Failed error in Intellij Idea problem

Welcome to click "The Beauty of Algorithms and Programming"↑Follow us!

This article was first published on the WeChat public account: "The Beauty of Algorithms and Programming", welcome to pay attention and learn more about this series of blogs in time. 

 

 

Problem Description:

When you submit the code, a dialog box will appear, allowing you to enter the user name and password of the code cloud. Because the mailboxes and passwords set by some students are more complicated, and the password input is not visible, many students make input errors, but the above dialog box will not appear when submitting again, and the following error message will always appear.

 

problem analysis:

Why doesn't the dialog appear again when the input is wrong? The reason is that Intellij Idea saves the account information on the computer when you first enter the account information, so every time you submit it, it will first check the information that has been saved on the computer, but every time you check it, it is found to be wrong, so every time Both show error messages.

 

solution:

Turn off auto-save passwords, then clear Intellij Idea cache and restart.

 

1) Top menu File ->Settings.

 

 

 

2) Select the first option, "Donot remember passwords.", to turn off the save password function.

 

3) Top menu: File -> Invalidate Caches / Restart...

 

4) ctrl+k to submit the code, a dialog box will appear again, be sure to enter the correct account information. 

 

5) After completing the code submission, return to modify and save the password.

 

Note that you must restore the settings here, otherwise you will need to enter your account information every time you submit the code in the future, which will become very troublesome.

 

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=324483010&siteId=291194637