Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lpxxn/dart-research
https://github.com/lpxxn/dart-research
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/lpxxn/dart-research
- Owner: lpxxn
- License: gpl-3.0
- Created: 2023-09-01T05:04:09.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-09-26T02:46:22.000Z (about 1 year ago)
- Last Synced: 2023-12-13T01:01:13.747Z (11 months ago)
- Language: Dart
- Size: 34.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dart-research
OS Error: Too many open files, errno = 24
```
$ ulimit -S -n 2048
```
Pub failed to run subprocess chmod: ProcessException: Too many open files, Command: chmod 755 /Users/ducafecat/Documents/sdk/flutter/.pub-cache/_temp/dirCGtulO/test/download-spec.sh
```
chmod -R 755 /Users/ducafecat/Documents/sdk/flutter/
```
Android sdkmanager not found. Update to the latest Android SDK and ensure that the cmdline-tools are installed to resolve this.
需要你去安装 Android 的 cmdline-tools