coolify
coolify copied to clipboard
[Bug]: Gitlab not really working
Description
I can see my gitlab site with no issue, but even after adding SSH keys, it's not really working for pushing. git remote -v
outputs:
origin ssh://[email protected]/user/git-test.git (fetch)
origin ssh://[email protected]/user/git-test.git (push)
But when pushing, I am prompted for a password. SSH keys were added to both coolify following official docs and also added to Gitlab. ssh -T [email protected]
outputs:
[email protected]'s password:
Permission denied, please try again.
[email protected]'s password:
Received disconnect from [ip address] port 22:2: Too many authentication failures
Disconnected from [ip address] port 22
Minimal Reproduction (if possible, example repository)
cd into a git repo and enter the standard git commands:
git remote add origin ssh://[email protected]:2222/user/git-test.git
git push --set-upstream origin --all
git push --set-upstream origin --tags
Exception or Error
No response
Version
v4.0.0-beta.323
Cloud?
- [ ] Yes
- [X] No