0

After getting my repository by tortoisehg and activating the hggit by tools, i'm trying to push my mercurial project on a gitlab repository. it ask me to enter my credentials and check multiple times, and i'm 100% sure i don't make any mistake.

i can enter on the tortoisehg my git commands and do the following commands

git add -p
git commit -p 

but when i'm trying to push on my gitlab i get the following error:

HTTP Basic: Access denied fatal:

Authentication failed for 'my repo url.git'

StayOnTarget
  • 11,743
  • 10
  • 52
  • 81

1 Answers1

0

I know only one recent version of THG, which can work with bundled hg-git (namely TortoiseHg version 6.0+9-77d0054d9222)

Even this THG works only with ssh-repos, i.e. have smth. like

[paths]
default = git+ssh://***.git

in repo's hgrc and you must have usable ssh-key authentication for repository

Lazy Badger
  • 94,711
  • 9
  • 78
  • 110