IntelliJ IDEA Mercurial Push Hangs -
I have a local Intel IDEA project that is configured to use Mercurial Version Control on BitBeckTet.org. . I can do the file locally (Ctrl + K) and register my changes, but when I try to do a push (Ctrl + Shift + K), it never completes.
I have successfully "been pushing" with IDEA v13.1.2 (135.690) before this bittock repository, but I brought v13.1 (135.667) back to the build and only one thing Have to face. Last time I got a successful push 2014-03-21.
The background work pane shows the status of a "pushing ..." Occasionally, the status of "incoming incoming and outgoing change ..." is being investigated.
My version control console looks like this ...
hg.exe branches hg.exe incoming - timetable {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 - timetable {rev} {node} {author} {desc | firstline} --quiet - new-first hg.exe outgoing - metret {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 ... I opened a support ticket (with JetBrains) for the first time, but their email suggested that maybe here's help Be in search
I got a response from JetBrains and it was ablr to solve my problem.
As an alternative solution, I have a % HOME% Created the Hgrc file and included my authentication information there. [Auth] bb.prefix = https://bitbucket.org bb.username = {username} bb.password = {password} See also,
-
-
Comments
Post a Comment