-
Notifications
You must be signed in to change notification settings - Fork 219
Open
Labels
featureA new feature or requestA new feature or requestp3Issues that we currently consider unimportantIssues that we currently consider unimportant
Description
Description
At Git::reachable when checking the ls-remote
it doesn't pass --get-url
which can be useful with git config overrides (such as insteadOf
).
Steps To Reproduce
- Add a rewrite: `git config --global url."[email protected]:ORG/repo.git".insteadOf "[email protected]:ORG/repo.git"
- Attempt to pull dependencies:
very_good packages get
- Notice that it doesn't respect rewrite
- Attempt to pull dependencies:
flutter pub get
- Respects rewrite
Expected Behavior
If --get-url
is passed the reachable
check will resolve similarly to the actual pull
Additional context
alestiago
Metadata
Metadata
Assignees
Labels
featureA new feature or requestA new feature or requestp3Issues that we currently consider unimportantIssues that we currently consider unimportant
Type
Projects
Status
Backlog