You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 4, 2020. It is now read-only.
I installed it via brew with no problems for 1st user.
If I try to run flutter for second user I get next message:
Oops; flutter has exited unexpectedly. Sending crash report to Google. Crash report sent (report ID: 106e3bdff89f9827) Crash report written to /private/var/folders/p6/qhzg0dhx00qc2w_nj9xby3cr0000gn/T/dart-code-cmd-run/flutter_02.log; please let us know at https://github.com/flutter/flutter/issues.
I would guess the original issue is fixed in the current version but now there is another problem.
When installing flutter with this formula the bin folder of the flutter install is world accesible.
This might fix the original issue but I think the permissions should be more restrictive.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I installed it via brew with no problems for 1st user.
If I try to run flutter for second user I get next message:
Oops; flutter has exited unexpectedly. Sending crash report to Google. Crash report sent (report ID: 106e3bdff89f9827) Crash report written to /private/var/folders/p6/qhzg0dhx00qc2w_nj9xby3cr0000gn/T/dart-code-cmd-run/flutter_02.log; please let us know at https://github.com/flutter/flutter/issues.
This is the log.
`Flutter crash report; please file at https://github.com/flutter/flutter/issues.
command
flutter doctor
exception
FileSystemException: FileSystemException: Cannot open file, path = '/usr/local/Cellar/flutter/stable/version' (OS Error: Permission denied, errno = 13)
flutter doctor
`
The text was updated successfully, but these errors were encountered: