PhpStorm Git密码身份验证失败

PhpStorm Git密码身份验证失败,git,authorization,phpstorm,Git,Authorization,Phpstorm,我的PhpStorm 2017.2.1有一个令人困惑的问题。 我无法从我的intern Git服务器克隆Repos: Clone failed Authentication failed for 'https://git......' 但是,如果我从终端克隆,它就会工作 我试图在没有导入设置的情况下重新安装PhpStorm,但问题仍然存在 操作系统:Win7 吉特:2.11.0 PhpStorm:2017.2.1解决方案1 文件->使缓存无效/重新启动->使缓存无效并重新启动 解决方案2 归档

我的PhpStorm 2017.2.1有一个令人困惑的问题。 我无法从我的intern Git服务器克隆Repos:

Clone failed
Authentication failed for 'https://git......'
但是,如果我从终端克隆,它就会工作

我试图在没有导入设置的情况下重新安装PhpStorm,但问题仍然存在

操作系统:Win7
吉特:2.11.0

PhpStorm:2017.2.1解决方案1 文件->使缓存无效/重新启动->使缓存无效并重新启动

解决方案2

  • 归档
  • 背景
  • 外表和行为
  • 系统设置
  • 在密码下选择“不要保存,重新启动后忘记密码”选项 然后重新启动PHPStorm并获取更新

  • 我找到了解决办法。我使用“Git Credential Manager for Windows”重新安装Git,并使用以下命令设置存储:

    git config--global credential.helper wincred

    我在这里找到的解决方案是: