cndi E405 - cndi init failed to create a project because the git_credentials_mode response was not matched with corresponding repo_url
#893
johnstonmatt
announced in
Error Message Discussion
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
description
The
cndiCLI exits with error code405when it receives the responsegit_credentials_modeofsshbut receives an https based URL for thegit_reporesponse instead of an ssh string instead.resolution tips
We recommend using the
git_credential_modeoftokenbut if you are not able, be sure to supply a string like the following:git@github.com:owner/repo-name.gitrather than an https value such ashttps://github.com/owner/repo-name.Beta Was this translation helpful? Give feedback.
All reactions