mirror of
https://github.com/go-task/task.git
synced 2025-12-26 00:31:38 +02:00
When no ref is specified in a remote Taskfile URL, go-getter was being passed ref=HEAD which git interprets as a literal branch name, causing "Remote branch HEAD not found" errors. Now we omit the ref parameter entirely when not specified, letting git clone the remote's default branch.
8.1 KiB
8.1 KiB