hg push gives "abort: Error"

bd satish bdsatish at gmail.com
Tue Dec 1 01:54:11 CST 2009


Hi,

I'm a beginner with Hg. Running mercurial (1.3.1) on Cygwin. I created
a public repo at bitbucket.  I get an error while pushing my changes
on to bitbucket.org.
The error msg is:

$ hg push
pushing to https://bitbucket.org/bdsatish/sigproc/
searching for changes
http authorization required
realm: Bitbucket.org HTTP
user: bdsatish
password:
abort: Error

I entered the same username & passwd I use to login to bitbucket.org
website. It is working when I try from my web browser but fails via
command line. Am I missing something ?
Both "hg clone" and "hg outgoing" are working fine though.

I'm behind a proxy too:

Contents of  file:  $HOME/.hgrc
[ui]
username = bdsatish <bdsatish at gmail.com>
[http_proxy]
host = 10.144.1.10:8080
user = sbd
passwd = *********
no = localhost


Contents of repo/.hg/hgrc

[paths]
default = https://bitbucket.org/bdsatish/sigproc/
[web]
allow_push = bdsatish, sbd

Any help appreciated !


-- Satish.BD


More information about the Mercurial mailing list