We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
To Reproduce Steps to reproduce the behaviour:
$ argocd repo add ssh://[email protected]:29418/project --ssh-private-key-path private.key --insecure-ignore-host-key
Actual behaviour
FATA[0001] ssh: handshake failed: ssh: unable to authenticate, attempted methods [none publickey], no supported methods remain
Expected behaviour The repository is created in ArgoCD
ArgoCD
The text was updated successfully, but these errors were encountered:
Fix hardcoded 'git' user in util/git.NewClient
util/git.NewClient
874218e
Closes argoproj#1555
@pbrit - looks like you're working on a fix?
Sorry, something went wrong.
I think #1556 is supposed to fix it
d06303c
Fix hardcoded 'git' user in util/git.NewClient (#1556)
e090857
Closes #1555
No branches or pull requests
To Reproduce
Steps to reproduce the behaviour:
$ argocd repo add ssh://[email protected]:29418/project --ssh-private-key-path private.key --insecure-ignore-host-key
Actual behaviour
Expected behaviour
The repository is created in
ArgoCD
The text was updated successfully, but these errors were encountered: