-
Notifications
You must be signed in to change notification settings - Fork 195
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: Reachable dependency with get-url #1097
Comments
Hi @curt-weber thanks for this issue! I haven't tried reproducing it, but it seems that it's a valid request. I've added a reference to the insteadOf documentation to your original issue. If you're interesting in solving this issue let us know and I can assign this to you! If you have any questions the team might be able to help. For now this issue requires to be triaged, you might be able to track its status changes within the Full Board. |
We use this |
It would require tests, but any contribution is appreciated. Maybe the team is able to pick writing those tests up or another contributor may be able to finish it off; so making a starting draft PR is welcomed! There's a CONTRIBUTING document that might help getting started. |
Description
At Git::reachable when checking the
ls-remote
it doesn't pass--get-url
which can be useful with git config overrides (such asinsteadOf
).Steps To Reproduce
very_good packages get
flutter pub get
Expected Behavior
If
--get-url
is passed thereachable
check will resolve similarly to the actual pullAdditional context
insteadOf
documentationThe text was updated successfully, but these errors were encountered: