4

我无法将更改推送到 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 系统 0.078+0.000)

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

4

1 回答 1

0

评论中提到的线程现在在这里,并且还涉及“ abort: unexpected response: empty string

显然,这是 Bitbuckets 让我知道我超过了用户限制的方式(在一年有 10 个用户免费之后)。
当我使用 org 帐户登录时,我首先注意到了这一点(我几乎从来没有这样做过)。

于 2018-09-03T21:39:53.143 回答