dusty-phillips / gitifyhg

Tools for using git as a client to mercurial repositories
GNU General Public License v3.0
62 stars 17 forks source link

Unable to clone a private Mercurial repository: abort: http authorization required... #111

Open LudovicRousseau opened 4 years ago

LudovicRousseau commented 4 years ago

I created a test private mercurial repository and tried to clone it.

$ git clone gitifyhg::https://bitbucket.org/lrousseau/sandbox
Cloning into 'sandbox'...
abort: http authorization required for https://bitbucket.org/lrousseau/sandbox

Of course the sandbox repo is just a sample repo to show the problem. My real repo is not available on the Internet.

I could not find a way to give a login & password to gitifyhg. It is possible?