Tortoisehg错误中止:意外响应:空字符串(bitbucket)

时间:2012-11-26 16:33:41

标签: tortoisehg

我无法将更改推送到repo(bitbucket)。我发现此消息很难找到问题的原因:

E:\Umbraco\Railway Children\source>hg --repository "E:\Umbraco\Railway Children\
source" push --force --debug --verbose --time --traceback
pushing to https://bitbucket.org/BluefinDigital/railway-children
using https://bitbucket.org/BluefinDigital/railway-children
sending capabilities command
using auth.bitbucket.org.* for authentication
bitbucket.org certificate successfully verified
using auth.bitbucket.org.* for authentication
http auth: user fabiomilheiro, password ***********
using auth.bitbucket.org.* for authentication
bitbucket.org certificate successfully verified
query 1; heads
sending batch command
using auth.bitbucket.org.* for authentication
http auth: user fabiomilheiro, password ***********
using auth.bitbucket.org.* for authentication
bitbucket.org certificate successfully verified
searching for changes
all remote heads known locally
1 changesets found
list of changesets:
1786dddde618bbd5a5b508ada9671e49437d8072
bundling: 1/1 changesets (100.00%)
bundling: 1/1 manifests (100.00%)
bundling: Source/RailwayChildren.Web/Extensions/UCommerceUtils.cs 1/41 files (2.
44%)

...

bundling: www/xslt/ShopHome[XSLT].xslt 39/41 files (95.12%)
bundling: www/xslt/UpdatePayment[XSLT].xslt 40/41 files (97.56%)
bundling: www/xslt/XSLTsearch.xslt 41/41 files (100.00%)
sending unbundle command
sending 203588 bytes
using auth.bitbucket.org.* for authentication
sending: 64/396 kb (16.16%)
sending: 128/396 kb (32.32%)
sending: 192/396 kb (48.48%)
sending: 198/396 kb (50.00%)
sending: 198/396 kb (50.00%)
http auth: user fabiomilheiro, password ***********
using auth.bitbucket.org.* for authentication
bitbucket.org certificate successfully verified
sending: 262/396 kb (66.16%)
sending: 326/396 kb (82.32%)
sending: 390/396 kb (98.48%)
sending: 397/396 kb (100.25%)
sending: 397/396 kb (100.25%)
Traceback (most recent call last):
  File "mercurial\dispatch.pyo", line 88, in _runcatch
  File "mercurial\dispatch.pyo", line 740, in _dispatch
  File "mercurial\dispatch.pyo", line 514, in runcommand
  File "mercurial\dispatch.pyo", line 830, in _runcommand
  File "mercurial\dispatch.pyo", line 801, in checkargs
  File "mercurial\dispatch.pyo", line 737, in <lambda>
  File "mercurial\util.pyo", line 471, in check
  File "mercurial\commands.pyo", line 4709, in push
  File "mercurial\localrepo.pyo", line 1902, in push
  File "mercurial\wireproto.pyo", line 307, in unbundle
  File "mercurial\httppeer.pyo", line 203, in _callpush
ResponseError: ('unexpected response:', '')
abort: unexpected response: empty string
time: real 5.79

7秒(用户0.421 + 0.000 sys 0.078 + 0.000)

响应错误是什么意思?为什么我得到这个?

1 个答案:

答案 0 :(得分:0)

评论is now here中提到的线程,还涉及“ abort: unexpected response: empty string

  

很明显,这是Bitbuckets的一种方式,让我知道我已经超出了用户限制(一年有10个用户免费)。
  当我使用组织帐户登录时(我几乎从未这样做过),我首先注意到了这一点。