hashicorp / go-getter

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

fix: downloading github url with / in branch name #430

Open cwyl02 opened 1 year ago

cwyl02 commented 1 year ago

This fixes https://github.com/hashicorp/go-getter/issues/422

cwyl02 commented 1 year ago

Hi @claire-labry @picatz @nywilken, please take a look. We use go-getter internally and merging this will fix https://github.com/hashicorp/go-getter/issues/422 thus help getting our internal CI passing.

cwyl02 commented 1 year ago

also curious if main lands to 1.x release or 2.x releases?

hashicorp-cla commented 6 months ago

CLA assistant check
All committers have signed the CLA.

cwyl02 commented 1 month ago

any updates on this PR?