-
Notifications
You must be signed in to change notification settings - Fork 229
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
git dependencies on windows causes error with missing name comment #1756
Comments
It's the same with |
It looks like we're running |
@nex3 git show rev:https//github.com/dart-lang/pub.git git show rev:https\github.com\dart-lang\pub.git |
Try |
Same here. Windows user, dependency: dev_dependencies:
build_test:
git:
url: https://github.com/dart-lang/build.git
path: build_test Running
Running
Running via cmd there is no output. Running |
Can someone who's running into this issue try #1877 and see if it fixes it for them? |
Works for me. At least the package resolution. But then it hangs when it tries to
|
Closes #1756 Also clean up to use Platform.isWindows everywhere
I run flutter packages upgrade on windows with this pubspec.yaml file.
This works well on Mac OSX and Travis.
Attached log output on the end.
flutter doctor
Here is the flutter packages upgrade output:
log.txt
The text was updated successfully, but these errors were encountered: