-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
[Bug]: Error When Using Full SSH Protocol Format in Git Source Repository Configuration #5846
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
Comments
As far as I know coolify doesn't support the Full SSH Protocol format. If you want it to use SSH, you just type the url in without the leading
|
I’m experiencing the same issue as @boizz . I’ve noticed a very strange behavior, but I have no idea what could be causing it. On the host machine (where Coolify is installed), I've installed Gitea — and it generally works fine. However, when trying to create an Application in Coolify as @boizz described, and while setting up a connection to
But here’s the weirdest part: on the host machine, my |
@qglrs Your error indicates, that coolify is now correctly trying to connect to your Gitea, but the connection is being blocked by something. Make sure you have Gitea properly configured to accept SSH connections in the first place: https://docs.gitea.com/next/help/faq#ssh-issues I'm not sure if I understand your last question. You need to configure / add the SSH key via Coolify inside |
@Cinzya you got right. I had a issue with firewall to connect to my Gitea. However, I’ve encountered another problem:
What’s very strange to me is that the Coolify is overwriting the I’ve (hopefully temporarily) resolved this issue by configuring the file
|
Error Message and Logs
When configuring the Git Source Repository using the full SSH protocol URL (ssh://git@hostname:port/path), the build process fails with the following error:
Steps to Reproduce
Expected Result:
The system should clone the repository successfully using the full SSH protocol URL.
Actual Result:
Build fails with hostname resolution error, implying improper parsing of the SSH URL format.
Example Repository URL
No response
Coolify Version
v4.0.0-beta.418
Are you using Coolify Cloud?
No (self-hosted)
Operating System and Version (self-hosted)
No response
Additional Information
No response
The text was updated successfully, but these errors were encountered: