diff --git a/pkg/project/templates/contents.go b/pkg/project/templates/contents.go index d10aa81ce..7c97925af 100644 --- a/pkg/project/templates/contents.go +++ b/pkg/project/templates/contents.go @@ -155,7 +155,9 @@ func (d *downloader) repository() error { // provide the getter needed to download the files Getters: map[string]getter.Getter{ - "https": &getter.HttpGetter{}, + "https": &getter.HttpGetter{ + DoNotCheckHeadFirst: true, + }, }, })