【问题标题】:JetBrains IDEs (WebStorm, IntelliJ, Pycharm. etc...) are not saving password for BitbucketJetBrains IDE(WebStorm、IntelliJ、Pycharm 等)没有为 Bitbucket 保存密码
【发布时间】:2018-07-22 21:52:39
【问题描述】:

我正在通过 WebStorm 使用 git 在 Bitbucket 存储库中工作。在每次操作(推、拉等)时,它都会要求我重新输入凭据,尽管我已选择记住它们。这似乎是一个老错误......到目前为止应该已经解决了:

https://youtrack.jetbrains.com/issue/IDEA-162522

帖子的任何答案都没有帮助我解决问题。最奇怪的是,在其他计算机上,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

【问题讨论】:

标签: git intellij-idea bitbucket webstorm jetbrains-ide


【解决方案1】:

我想我已经解决了。在其他PC和IDE中,我设置了从浏览器地址栏复制的repo地址,例如:

https://bitbucket.org/NickName/tests

而且成功了!! 但由于某种原因,就我而言,它只接受“严格”的 git 地址:

https://mynick@bitbucket.org/NickName/tests.git

这样就没有问题了。

【讨论】:

    猜你喜欢
    • 2014-09-19
    • 2014-12-13
    • 2021-07-23
    • 1970-01-01
    • 2014-01-13
    • 2022-01-22
    • 2013-10-15
    • 2021-01-01
    • 2020-12-14
    相关资源
    最近更新 更多