File tree Expand file tree Collapse file tree 1 file changed +12
-6
lines changed Expand file tree Collapse file tree 1 file changed +12
-6
lines changed Original file line number Diff line number Diff line change @@ -6,11 +6,15 @@ about: The pub client is printing a stack trace or failing unexpectedly.
6
6
7
7
# Environment
8
8
9
- - Dart version (run ` dart --version ` ):
9
+ <!--
10
+ Describe anything relevant to the issue you are seeing. Consider including:
11
+ - Dart/Flutter version (run `dart --version` or `flutter --version`):
10
12
- OS kind and version (e.g. "Windows 10, version 1809" or "macOS 12.4"):
13
+ - In case of network issues
14
+ * consider running https://github.com/dart-lang/pub-dev/blob/master/app/bin/tools/check_domain_access.dart
15
+ and adding the output.
11
16
- Are you using the Chinese community mirror or a corporate firewall?
12
17
13
- <!--
14
18
Resources:
15
19
https://flutter.dev/community/china
16
20
https://www.dart.dev/tools/pub/troubleshoot#pub-get-fails-from-behind-a-corporate-firewall
@@ -43,8 +47,10 @@ about: The pub client is printing a stack trace or failing unexpectedly.
43
47
What actually happened?
44
48
-->
45
49
46
- ## --trace output
50
+ ## ` --verbose ` output
47
51
48
- ```
49
- <copy/paste the full output>
50
- ```
52
+ <!--
53
+ Consider attaching the full output run with `--verbose` if relevant.
54
+
55
+ https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/attaching-files
56
+ -->
You can’t perform that action at this time.
0 commit comments