在使用Git下载代码时偶尔会遇到 Internal error; consult Eclipse error log 这个报错。
简述下个人解决思路:
Eclipse 错误日志报错为:org.eclipse.equinox.security.storage.StorageException: Secure storage was unable to retrieve the master password.
解决方法:
1. Windows -> preferences- > General -> Security -> SecureStorage
2. 选择 Restore Defaults
3. 如图:
4.点击 Delete
5. 重启 Eclipse
本文转自:https://blog.csdn.net/jinwufeiyang/article/details/53038444