gpt4 book ai didi

linux - flutter create命令尝试访问根目录并失败

转载 作者:行者123 更新时间:2023-12-03 04:42:54 24 4
gpt4 key购买 nike

Flutter尝试访问根目录并失败,但是我希望Flutter访问主目录。
如何修改?
命令
flutter -v创建hello_world
异常(exception)
FileSystemException:FileSystemException:存在失败,路径='/root/.pub-cache/hosted/pub.dartlang.org/flutter_template_images-1.0.0/lib /'(操作系统错误:权限被拒绝,errno = 13)

#0      _Directory.existsSync (dart:io/directory_impl.dart:101:7)
#1 ForwardingFileSystemEntity.existsSync (package:file/src/forwarding/forwarding_file_system_entity.dart:45:33)
#2 _templateImageDirectory (package:flutter_tools/src/template.dart:253:79)
#3 Template.fromName (package:flutter_tools/src/template.dart:63:38)
#4 CreateCommand._renderTemplate (package:flutter_tools/src/commands/create.dart:629:46)
#5 CreateCommand._generateApp (package:flutter_tools/src/commands/create.dart:543:29)
#6 CreateCommand.runCommand (package:flutter_tools/src/commands/create.dart:380:37)
#7 _rootRunUnary (dart:async/zone.dart:1192:38)
#8 _CustomZone.runUnary (dart:async/zone.dart:1085:19)
#9 _FutureListener.handleValue (dart:async/future_impl.dart:141:18)
#10 Future._propagateToListeners.handleValueCallback (dart:async/future_impl.dart:682:45)
#11 Future._propagateToListeners (dart:async/future_impl.dart:711:32)
#12 Future._completeWithValue (dart:async/future_impl.dart:526:5)
#13 _AsyncAwaitCompleter.complete (dart:async-patch/async_patch.dart:36:15)
#14 _completeOnAsyncReturn (dart:async-patch/async_patch.dart:298:13)
#15 FlutterProject.organizationNames (package:flutter_tools/src/project.dart)
#16 _rootRunUnary (dart:async/zone.dart:1192:38)
#17 _CustomZone.runUnary (dart:async/zone.dart:1085:19)
#18 _FutureListener.handleValue (dart:async/future_impl.dart:141:18)
#19 Future._propagateToListeners.handleValueCallback (dart:async/future_impl.dart:682:45)
#20 Future._propagateToListeners (dart:async/future_impl.dart:711:32)
#21 Future._completeWithValue (dart:async/future_impl.dart:526:5)
#22 _AsyncAwaitCompleter.complete (dart:async-patch/async_patch.dart:36:15)
#23 _completeOnAsyncReturn (dart:async-patch/async_patch.dart:298:13)
#24 IosProject.productBundleIdentifier (package:flutter_tools/src/project.dart)
#25 _rootRunUnary (dart:async/zone.dart:1192:38)
#26 _CustomZone.runUnary (dart:async/zone.dart:1085:19)
#27 _FutureListener.handleValue (dart:async/future_impl.dart:141:18)
#28 Future._propagateToListeners.handleValueCallback (dart:async/future_impl.dart:682:45)
#29 Future._propagateToListeners (dart:async/future_impl.dart:711:32)
#30 Future._completeWithValue (dart:async/future_impl.dart:526:5)
#31 Future._asyncComplete.<anonymous closure> (dart:async/future_impl.dart:556:7)
#32 _rootRun (dart:async/zone.dart:1184:13)
#33 _CustomZone.run (dart:async/zone.dart:1077:19)
#34 _CustomZone.runGuarded (dart:async/zone.dart:979:7)
#35 _CustomZone.bindCallbackGuarded.<anonymous closure> (dart:async/zone.dart:1019:23)
#36 _microtaskLoop (dart:async/schedule_microtask.dart:43:21)
#37 _startMicrotaskLoop (dart:async/schedule_microtask.dart:52:5)
#38 _runPendingImmediateCallback (dart:isolate-patch/isolate_patch.dart:118:13)
#39 _RawReceivePortImpl._handleMessage (dart:isolate-patch/isolate_patch.dart:169:5)
flutter 医生
[✓] Flutter (Channel stable, v1.17.5, on Linux, locale ja_JP.UTF-8)
• Flutter version 1.17.5 at /opt/flutter
• Framework revision 8af6b2f038 (11 days ago), 2020-06-30 12:53:55 -0700
• Engine revision ee76268252
• Dart version 2.8.4

[✓] Android toolchain - develop for Android devices (Android SDK version 30.0.0)
• Android SDK at /opt/android-sdk
• Platform android-30, build-tools 30.0.0
• ANDROID_HOME = /opt/android-sdk
• Java binary at: /usr/bin/java
• Java version OpenJDK Runtime Environment (build 1.8.0_252-b09)
• All Android licenses accepted.

[!] Android Studio (not installed)
• Android Studio not found; download from https://developer.android.com/studio/index.html
(or visit https://flutter.dev/docs/get-started/install/linux#android-setup for detailed instructions).

[!] Connected device
! No devices available

! Doctor found issues in 2 categories.
控制台日志
[   +7 ms] executing: [/opt/flutter/] git -c log.showSignature=false log -n 1 --pretty=format:%H
[ +16 ms] Exit code 0 from: git -c log.showSignature=false log -n 1 --pretty=format:%H
[ ] 8af6b2f038c1172e61d418869363a28dffec3cb4
[ ] executing: [/opt/flutter/] git tag --contains HEAD
[ +116 ms] Exit code 0 from: git tag --contains HEAD
[ +1 ms] 1.17.5
[ +4 ms] executing: [/opt/flutter/] git rev-parse --abbrev-ref --symbolic @{u}
[ +1 ms] Exit code 0 from: git rev-parse --abbrev-ref --symbolic @{u}
[ ] origin/stable
[ ] executing: [/opt/flutter/] git ls-remote --get-url origin
[ +1 ms] Exit code 0 from: git ls-remote --get-url origin
[ ] https://github.com/flutter/flutter.git
[ +40 ms] executing: [/opt/flutter/] git rev-parse --abbrev-ref HEAD
[ +2 ms] Exit code 0 from: git rev-parse --abbrev-ref HEAD
[ ] stable
[ +13 ms] Artifact Instance of 'AndroidMavenArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'AndroidGenSnapshotArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'AndroidInternalBuildArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'IOSEngineArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'FlutterWebSdk' is not required, skipping update.
[ +1 ms] Artifact Instance of 'WindowsEngineArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'MacOSEngineArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'LinuxEngineArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'LinuxFuchsiaSDKArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'MacOSFuchsiaSDKArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'FlutterRunnerSDKArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'FlutterRunnerDebugSymbols' is not required, skipping update.
[ +3 ms] Artifact Instance of 'MaterialFonts' is not required, skipping update.
[ ] Artifact Instance of 'GradleWrapper' is not required, skipping update.
[ ] Artifact Instance of 'AndroidMavenArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'AndroidGenSnapshotArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'AndroidInternalBuildArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'IOSEngineArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'FlutterWebSdk' is not required, skipping update.
[ ] Artifact Instance of 'FlutterSdk' is not required, skipping update.
[ ] Artifact Instance of 'WindowsEngineArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'MacOSEngineArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'LinuxEngineArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'LinuxFuchsiaSDKArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'MacOSFuchsiaSDKArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'FlutterRunnerSDKArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'FlutterRunnerDebugSymbols' is not required, skipping update.
[ ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'FontSubsetArtifacts' is not required, skipping update.
[ +21 ms] Creating project hello_world...
[ +20 ms] "flutter create" took 61ms.

Oops; flutter has exited unexpectedly: "FileSystemException: Exists failed, path =
'/root/.pub-cache/hosted/pub.dartlang.org/flutter_template_images-1.0.0/lib/' (OS Error: Permission denied,
errno = 13)".
[+1043 ms] executing: [/opt/flutter/] git -c log.showSignature=false log -n 1 --pretty=format:%ar
[ +2 ms] Exit code 0 from: git -c log.showSignature=false log -n 1 --pretty=format:%ar
[ ] 11 days ago
[ +5 ms] executing: /opt/flutter/bin/cache/artifacts/engine/android-arm-profile/linux-x64/gen_snapshot
[ +2 ms] Exit code 255 from:
/opt/flutter/bin/cache/artifacts/engine/android-arm-profile/linux-x64/gen_snapshot
[ ] At least one input is required
Usage: gen_snapshot [<vm-flags>] [<options>] <dart-kernel-file>

Common options:
--help
Display this message (add --verbose for information about all VM options).
--version
Print the VM version.

To create a core snapshot:
--snapshot_kind=core
--vm_snapshot_data=<output-file>
--isolate_snapshot_data=<output-file>
<dart-kernel-file>

To create an AOT application snapshot as assembly suitable for compilation
as a static or dynamic library:
--snapshot_kind=app-aot-assembly
--assembly=<output-file>
[--strip]
[--obfuscate]
[--save-debugging-info=<debug-filename>]
[--save-obfuscation-map=<map-filename>]
<dart-kernel-file>

To create an AOT application snapshot as an ELF shared library:
--snapshot_kind=app-aot-elf
--elf=<output-file>
[--strip]
[--obfuscate]
[--save-debugging-info=<debug-filename>]
[--save-obfuscation-map=<map-filename>]
<dart-kernel-file>

AOT snapshots can be obfuscated: that is all identifiers will be renamed
during compilation. This mode is enabled with --obfuscate flag. Mapping
between original and obfuscated names can be serialized as a JSON array
using --save-obfuscation-map=<filename> option. See dartbug.com/30524
for implementation details and limitations of the obfuscation pass.
[ +14 ms] executing: /opt/android-sdk/platform-tools/adb devices -l
⣽[ +17 ms] List of devices attached
[ +2 ms] executing: /opt/android-sdk/platform-tools/adb devices -l
[ +2 ms] List of devices attached
[ +22 ms] executing: /opt/android-sdk/tools/bin/sdkmanager --licenses

最佳答案

如果您使用Arch,则可能适用于您。通过yay / AUR安装Flutter时出现此问题。从https://flutter.dev/docs/get-started/install/linux手动安装软件包解决了该问题。 create不会尝试访问/ root /中的任何内容,并且我可以在不使用sudo的情况下运行命令。

关于linux - flutter create命令尝试访问根目录并失败,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/62856871/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com