hashicorp / go-getter

Package for downloading things from a string URL using a variety of protocols.
Mozilla Public License 2.0
1.62k stars 227 forks source link

Git getter fails with git LFS based repositories #496

Open whatnick opened 1 month ago

whatnick commented 1 month ago

If a repository has a file under LFS and later removes it https://github.com/hashicorp/go-getter/blob/main/get_git.go fails to identify this and smudge it properly. Leading to failure in having different versions of this module in different parts of the TF Code.