JetBrains IDE(WebStorm、IntelliJ、Pycharm。等等)没有为 Bitbucket 保存密码
JetBrains IDEs (WebStorm, IntelliJ, Pycharm. etc...) are not saving password for Bitbucket
我正在使用 git 通过 WebStorm 在 Bitbucket 存储库中工作。在每次操作(推、拉等)时,它都会要求我重新输入凭据,尽管我已选择记住它们。这似乎是一个老错误......到目前为止应该已经解决了:
https://youtrack.jetbrains.com/issue/IDEA-162522
post 的答案没有帮助我解决问题。最奇怪的是,在其他计算机上,repo 似乎运行良好(在不止一个 JetBrains IDE 中),而相反,它在 WebStorm 和 IntelliJ(和 PyCharm 上都不起作用)!
您知道解决方案,或者至少知道问题的解决方法吗?
我也向 jetbrains 发出了整件事的信号:
https://youtrack.jetbrains.com/issue/WEB-31245
并且在日志中发现了奇怪的一行
2018-02-14 09:33:41,249 [ 554975] INFO - #git4idea.commands.GitHandler - fatal: UriFormatException
我想我已经解决了。在其他PC和IDE中,我设置了从浏览器地址栏复制的repo地址,例如:
https://bitbucket.org/NickName/tests
成功了!!
但出于某种原因,在我的例子中它只接受 "rigorous" git 地址:
https://mynick@bitbucket.org/NickName/tests.git
用这个没问题。
我正在使用 git 通过 WebStorm 在 Bitbucket 存储库中工作。在每次操作(推、拉等)时,它都会要求我重新输入凭据,尽管我已选择记住它们。这似乎是一个老错误......到目前为止应该已经解决了:
https://youtrack.jetbrains.com/issue/IDEA-162522
post 的答案没有帮助我解决问题。最奇怪的是,在其他计算机上,repo 似乎运行良好(在不止一个 JetBrains IDE 中),而相反,它在 WebStorm 和 IntelliJ(和 PyCharm 上都不起作用)!
您知道解决方案,或者至少知道问题的解决方法吗?
我也向 jetbrains 发出了整件事的信号: https://youtrack.jetbrains.com/issue/WEB-31245
并且在日志中发现了奇怪的一行
2018-02-14 09:33:41,249 [ 554975] INFO - #git4idea.commands.GitHandler - fatal: UriFormatException
我想我已经解决了。在其他PC和IDE中,我设置了从浏览器地址栏复制的repo地址,例如:
https://bitbucket.org/NickName/tests
成功了!! 但出于某种原因,在我的例子中它只接受 "rigorous" git 地址:
https://mynick@bitbucket.org/NickName/tests.git
用这个没问题。