-
Notifications
You must be signed in to change notification settings - Fork 5.6k
New issue
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
Permission denied (publickey). fatal: Could not read from remote repository #10017
Comments
Exactly same behavior here trying to pull from gitea repository on the same k3s cluster. Argocd version:
Gitea version:
Tried scenarii:
Obviously the key work outside of argocd. On git server side, it seems that ssh connection is stuck so it's killed:
|
Answering my question. This solves the issue for me. |
Describe the bug
Fresh new installation - added a local git repo and then added a new app.
Found that it's weird that the branch list is working, but typing path isn't auto-complete me, but did it anyway. after clicking add got an error :
To Reproduce
or using the CLI:
argocd app create iid --repo ssh://git@gitserver:7999/my/repo.git --path argocd/my-app --dest-namespace default --dest-server https://kubernetes.default.svc --directory-recurse
and output is:
Expected behavior
Screenshots
Version
argocd: v2.3.3+07ac038 BuildDate: 2022-03-30T01:46:59Z GitCommit: 07ac038a8f97a93b401e824550f0505400a8c84e GitTreeState: clean GoVersion: go1.17.6 Compiler: gc Platform: linux/amd64 argocd-server: v2.4.4+fe80bdc BuildDate: 2022-07-07T07:11:00Z GitCommit: fe80bdcfdc847372f268f5d711d3112c7d1e39bf GitTreeState: clean GoVersion: go1.18.3 Compiler: gc Platform: linux/amd64 Kustomize Version: v4.4.1 2021-11-11T23:36:27Z Helm Version: v3.8.1+g5cb9af4 Kubectl Version: v0.23.1 Jsonnet Version: v0.18.0```
The text was updated successfully, but these errors were encountered: