【问题标题】:IntelliJ IDEA Mercurial Push HangsIntelliJ IDEA Mercurial 推送挂起
【发布时间】:2014-04-24 02:39:20
【问题描述】:

我有一个本地 IntelliJ IDEA 项目,该项目在 bitbucket.org 上配置为使用 Mercurial 版本控制。我可以在本地提交文件 (Ctrl+K) 并注册我的更改,但是当我尝试推送 (Ctrl+Shift+K) 时,它永远不会完成。

我之前已经成功地提交/推送了对这个 bitbucket 存储库的更改。 IDEA v13.1.2 (135.690) 发生了“挂起”,但我回滚到 v13.1 (135.667) 版本,我遇到了同样的事情。上一次成功推送是2014-03-21。

后台任务窗格显示“正在推送...”状态。有时,“检查​​传入和传出更改...”状态会在其下方弹出。

我的版本控制控制台看起来像...

hg.exe branches 
hg.exe incoming --template {rev}{node}{author}{desc|firstline} --quiet --newest-first
hg.exe outgoing --template {rev}{node}{author}{desc|firstline} --quiet --newest-first
hg.exe push https://myUserName@bitbucket.org/myUserName/myProjectName
hg.exe incoming --template {rev}{node}{author}{desc|firstline} --quiet --newest-first
hg.exe outgoing --template {rev}{node}{author}{desc|firstline} --quiet --newest-first
hg.exe incoming --template {rev}{node}{author}{desc|firstline} --quiet --newest-first
hg.exe outgoing --template {rev}{node}{author}{desc|firstline} --quiet --newest-first
...

我首先向 JetBrains 打开了一张支持票 (https://intellij-support.jetbrains.com/requests/27715),但他们的电子邮件建议可能在这里寻求帮助。

【问题讨论】:

    标签: intellij-idea mercurial jetbrains-ide


    【解决方案1】:

    我收到了 JetBrains 的回复,希望能解决我的问题。

    作为一种解决方法,我创建了一个%HOME%\.hgrc 文件并在其中包含了我的身份验证信息。

    [auth]
    bb.prefix = https://bitbucket.org
    bb.username = {username}
    bb.password = {password}
    

    另见,

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2016-11-18
      • 2013-06-27
      • 1970-01-01
      • 2013-03-03
      • 1970-01-01
      • 2016-03-17
      • 2013-05-30
      • 1970-01-01
      相关资源
      最近更新 更多