Eclipse Git下载问题:Internal error; consult Eclipse error log.


在使用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. 如图:

git 工程出错

4.点击 Delete

5. 重启 Eclipse

相关文章: