mirror of
https://github.com/Dokploy/dokploy.git
synced 2026-06-18 21:55:24 +02:00
Branch names were interpolated unquoted into the git clone shell command, so a `#` (valid in git branch names) started a shell comment and dropped the rest of the command, causing the clone to fail (#4585). Escape the branch name with shell-quote (already a dependency) across all providers: gitlab, github, gitea, bitbucket and custom git.