argocd-image-updater icon indicating copy to clipboard operation
argocd-image-updater copied to clipboard

git-ask-pass.sh not found

Open zimbres opened this issue 3 years ago • 2 comments

Describe the bug git-ask-pass.sh not found

To Reproduce Using a private Azure DevOps and connectiong to repo by https

Version v0.11.3

Logs time="2022-02-02T15:56:44Z" level=error msg="Could not update application spec: git fetch origin --tags --force failed exit status 128: fatal: cannot run git-ask-pass.sh: No such file or directory\nfatal: could not read Password for 'https://[email protected]': No such device or address" application=suggestions

zimbres avatar Feb 02 '22 15:02 zimbres

File is present in "/usr/local/bin/git-ask-pass.sh"

zimbres avatar Feb 02 '22 16:02 zimbres

Tried to use by SSH and got the message:

Unable to negotiate with 191.235.226.0 port 22: no matching host key type found. Their offer: ssh-rsa

This message I could workaround by mounting a configMap on /eth/ssh/ssh_config with:

Host ssh.dev.azure.com
    PubkeyAcceptedAlgorithms +ssh-rsa
    HostkeyAlgorithms +ssh-rsa

zimbres avatar Feb 03 '22 04:02 zimbres