首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >IntelliJ创意汞推挂

IntelliJ创意汞推挂
EN

Stack Overflow用户
提问于 2014-04-24 02:39:20
回答 1查看 530关注 0票数 0

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

我以前已经成功地将更改提交/推送到这个bitbucket存储库。IDEA 13.1.2 (135.690)中出现了“挂起推”,但我回过头来看第13.1 (135.667)版,我也在经历同样的事情。我最后一次成功的推动是在2014-03-21年间。

“背景任务”窗格显示“推送.”状态。偶尔,“检查传入的a&传出的更改.”状态会在下面弹出。

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

代码语言:javascript
复制
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打开了一张支持票(JetBrains),但是他们的电子邮件建议在这里寻求帮助。

EN

回答 1

Stack Overflow用户

回答已采纳

发布于 2014-04-24 14:47:51

我收到了JetBrains的回复,并且很乐意解决我的问题。

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

代码语言:javascript
复制
[auth]
bb.prefix = https://bitbucket.org
bb.username = {username}
bb.password = {password}

也看,

  • http://hgtip.com/tips/beginner/2009-09-30-configuring-mercurial/
  • http://hgtip.com/tips/advanced/2009-10-01-configuring-user-auth-https/
票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/23258827

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档