IntelliJ won't save SVN authentication information

时光总嘲笑我的痴心妄想 提交于 2019-12-04 08:41:21

问题


I'm using IntelliJ Ultimate version 11.1.4 on OS X.

Every time the application starts, or I update from SVN, I am prompted for my SVN credentials. Even if I click "save credentials" they are not stored.

This ticket describes a workaround where one changes SVN to store plaintext passwords. This does not resolve my issue.

How can I get IntelliJ to store my SVN credentials?


回答1:


This problem can occur if there are any modifications in the /Applications/<app>.app directory. It's new since Mac OS 10.8 as the application is now signed and OS checks the signature when running.

If the signature doesn't match because of some change in the files (like after installing patch update or adjusting options in Info.plist), application access to the system keystore is blocked (as well as some other features). When it happens, passwords cannot be saved.

To fix the problem delete the application directory and extract it again from the .dmg. Don't worry about the settings, they are stored elsewhere and will be preserved after this procedure.



来源:https://stackoverflow.com/questions/13585631/intellij-wont-save-svn-authentication-information

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!