You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
I am trying to clone a repo done by a contractor for us, and when I type the usual clone command on an Ubuntu 20.04 command line, I get this.
Note: I setup an SSH key and followed the instructions to add it to the git credential manager.
An assembly specified in the application dependencies manifest (Atlassian.Bitbucket.UI.deps.json) was not found:
package: 'HarfBuzzSharp.NativeAssets.Linux', version: '2.6.1.7'
path: 'runtimes/linux-x64/native/libHarfBuzzSharp.so'
fatal: helper error (140): Unknown
Then it prompts me for my password, which I do enter, and get this:
remote: Login failed due to incorrect login credentials or method.
Now what?
Looks like an https option issue. The default clone command uses https. Picking the SSH in the dropdown gave a different URL and that worked for git clone. Many years of github versus being new on bitbucket complicates things.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.