【问题标题】:Eclipse - Failed to write credentials for git repo to secure store. Error: No password providedEclipse - 无法将 git repo 的凭据写入安全存储。错误:未提供密码
【发布时间】:2022-11-01 14:56:31
【问题描述】:
org.eclipse.equinox.security.storage.StorageException: No password provided.
    at org.eclipse.equinox.internal.security.storage.SecurePreferences.put(SecurePreferences.java:242)
    at org.eclipse.equinox.internal.security.storage.SecurePreferencesWrapper.put(SecurePreferencesWrapper.java:128)
    at org.eclipse.egit.core.securestorage.EGitSecureStore.putCredentials(EGitSecureStore.java:66)
    at org.eclipse.egit.ui.internal.SecureStoreUtils.storeCredentials(SecureStoreUtils.java:39)
    at org.eclipse.egit.ui.internal.credentials.LoginService.login(LoginService.java:39)
    at 

我已经尝试从密钥库和 Windows 凭据中清除密码,并使用新的 gitlab 登录添加了新密码。拉和推工作正常,但密码仍未保存。

【问题讨论】:

    标签: gitlab eclipse-plugin


    【解决方案1】:

    我可以通过禁用 Eclipse 中的操作系统集成来解决这个问题。 Unckeck 窗口 -> 首选项 -> 常规 -> 安全 -> 安全存储 -> [OS] 集成。 重新启动eclipse,它工作正常。

    【讨论】:

      猜你喜欢
      • 2013-11-19
      • 1970-01-01
      • 2023-03-23
      • 2014-08-29
      • 1970-01-01
      • 2021-10-31
      • 1970-01-01
      • 1970-01-01
      • 2012-10-05
      相关资源
      最近更新 更多