You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The error in Terragrunt clearly shows the branch name is having the part after / chopped off.
ERRO[0001] 1 error occurred:
* error downloading 'https://github.com/xxx/infrastructure-modules.git?ref=feat': /opt/homebrew/bin/git exited with 1: error: pathspec 'feat' did not match any file(s) known to git
ERRO[0001] Unable to determine underlying exit code, so Terragrunt will exit with error code 1
The issue appears to be with the logic here on splitting the URL based on / here
go-getter/detect_github.go
Line 25 in 0edab85
When using this in Terragrunt the following works
But this does not
The error in Terragrunt clearly shows the branch name is having the part after / chopped off.
Issue raised in Terragrunt for this is gruntwork-io/terragrunt#2473
The text was updated successfully, but these errors were encountered: