При попытке отправить изменения в bitbucket.org я получаю сообщение об ошибке «abort: авторизация не удалась».Я настроил свой файл ~ //. Hgrc следующим образом:
[web]
cacerts = /etc/hg-ca-roots.pem
allow_push = *
push_ssl = false
Я знаю, что мои учетные данные верны, потому что они отлично работают на bitbucket.org.Я в состоянии получить содержимое просто отлично и даже без проблем использовать исходящую команду $ hg.Что я делаю не так?
computer:~/desktop/sinebase chris$ hg push --debug
pushing to https://bitbucket.org/
using https://bitbucket.org/
sending between command
bitbucket.org certificate successfully verified
sending capabilities command
capabilities: changegroupsubset stream lookup pushkey unbundle=HG10GZ,HG10BZ,HG10UN branchmap
sending heads command
searching for changes
common changesets up to fa4942e93eea
sending branchmap command
1 changesets found
list of changesets:
5fbc99565b8647652145fcd6ac8c48b900418701
bundling: 0 changesets
bundling: 0 changesets
bundling: 0 changesets
bundling: 1 changesets
bundling: 0/1 manifests (0.00%)
bundling: 0/1 manifests (0.00%)
bundling: 0/1 manifests (0.00%)
bundling: 1/1 manifests (100.00%)
bundling: app/urls.py 0/1 files (0.00%)
bundling: app/urls.py 0/1 files (0.00%)
bundling: app/urls.py 0/1 files (0.00%)
bundling: app/urls.py 0/1 files (0.00%)
sending unbundle command
sending 375 bytes
sending: 0 kb
sending: 0 kb
http authorization required
realm: Bitbucket.org HTTP
user: ******
password:
http auth: user ******, password *********
bitbucket.org certificate successfully verified
sending: 0 kb
sending: 0 kb
http auth: user ******, password *********
bitbucket.org certificate successfully verified
sending: 1 kb
sending: 1 kb
http auth: user ******, password *********
bitbucket.org certificate successfully verified
sending: 1 kb
sending: 1 kb
http auth: user ******, password *********
bitbucket.org certificate successfully verified
sending: 1 kb
sending: 1 kb
http auth: user ******, password *********
bitbucket.org certificate successfully verified
sending: 2 kb
sending: 2 kb
http auth: user ******, password *********
bitbucket.org certificate successfully verified
sending: 2 kb
sending: 2 kb
abort: authorization failed