-
Notifications
You must be signed in to change notification settings - Fork 42
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
caddy-git unable to clone repos with non-standard port URL #76
Comments
Guess, the git command being run by the plugin is:
👀 how |
Disregard the above comment. It was just a guess 😞 . |
Let me get this right, what is the log output. |
This was just a guess. |
@abiosoft any updates on this issue?? |
I'm having the same issue where the port is being ignored and not passed to It was working in the past but now it stopped when I updated on Sept 11th. Edit: While I was debugging, I noticed despite the configuration having Additionally, the output of This caused the Unfortunately, while looking at my server logs, I lost the scroll back in my terminal for the above mentioned issues and can no longer reproduce them with the exception of the duplicated entries in my Sorry, one last edit: I think this line is the cause of the duplicate entries in the It seems to me that the output of the |
Thanks for digging into that. I should be able to look into it this weekend. |
Any updates @abiosoft ? |
I saw the same behavior in my container. |
caddy-git is unable to clone repos with non-standard port URL as documented in abiosoft/caddy-git#76 This commit only attempts to provide a workaround for this specific use case. caddy-git is now at a [specific revision](https://github.com/abiosoft/caddy-git/tree/186c1c7e0b3c8e3c1edae20e45a782acddb37660) which does not have this issue. This commit uses [go-getter](https://github.com/joewalnes/go-getter) to fetch caddy-git at a specific revision WARNING: this version of caddy-git is a few revisions behind and may contain some known issues addressed by more recent commits.
Any luck on working through this issue @abiosoft ? Unfortunately, this breaks one of my web servers and prevents it from starting. |
Any updates on this @abiosoft ?? |
any updates @abiosoft ? |
This bug appears to still be present As you can see the port 2222 is being added to the path and not added as a -p port variable to the command. |
caddy-git plugin is no longer able to clone repos with non-standard port URL. This was working a few weeks back and could have been introduced by this change
Multiple issues:
error
~/.ssh/cong
then it is able to connect to the server but still cannot clone the repossh config
error
I tried the workaround suggested here but it did not work for me.
Note: I am able to clone the same URL manually.
The text was updated successfully, but these errors were encountered: