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
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
We use Dreamweaver as HTML editor, we tried to connect the clone of our repository within the site manager of Dreamweaver but we keep receiving a login error:
Error: git: 'credential-osxkeychain' is not a git command. See 'git --help'.
remote: Login failed due to incorrect login credentials or method.
What could be the problem?
Franco
Hi Franco and welcome to the community.
The error message means that Git is trying to access a credential helper that it cannot find.
Are you able to clone the repository from a terminal on the same computer where you have Dreamweaver installed? Or do you get the same error? This is to understand if the issue occurs with Dreamweaver only or not.
Do you know if Dreamweaver comes with its own installation of Git? This error can also occur with SourceTree, which uses its own Git, and the resolution for that is to create a symlink between git-credential-osxkeychain from the local Git installation to SourceTree's, we have a doc about this here. This could potentially apply to Dreamweaver if it also comes with its own Git executables.
After some search on the internet, I also found the following post mentioning that this was a bug with an older version of Dreamweaver and an update of the application resolved the issue: https://stackoverflow.com/q/46809489
Kind regards,
Theodora
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.