flutter / flutter

Flutter makes it easy and fast to build beautiful apps for mobile and beyond
https://flutter.dev
BSD 3-Clause "New" or "Revised" License
164.97k stars 27.18k forks source link

flutter has exited unexpectedly: "FileSystemException: Cannot create file, path = 'C:\Users\GL62M\Documents\Flutter\cashy_apps\.gitignore' (OS Error: The system cannot find the file specified. , errno = 2)" #86454

Closed zhafrannn closed 2 years ago

zhafrannn commented 3 years ago

Steps to Reproduce

  1. ...
  2. ...
  3. ...

Logs

Logs ``` ``` ``` ```
danagbemava-nc commented 2 years ago

Hi @zhafrannn, When opening an issue, please try to provide all or some of the information indicated in the template.

Issue Template ``` If you are looking for support, please check out our documentation or consider asking a question on Stack Overflow: - https://flutter.dev/ - https://api.flutter.dev/ - https://stackoverflow.com/questions/tagged/flutter?sort=frequent If you have found a bug or if our documentation doesn't have an answer to what you're looking for, then fill our the template below. Please read our guide to filing a bug first: https://flutter.dev/docs/resources/bug-reports Steps to Reproduce Please tell us exactly how to reproduce the problem you are running into. Please attach a small application (ideally just one main.dart file) that reproduces the problem. You could use https://gist.github.com/ for this. If the problem is with your application's rendering, then please attach a screenshot and explain what the problem is. 1. ... 2. ... 3. ... Please tell us which target platform(s) the problem occurs (Android / iOS / Web / macOS / Linux / Windows) Which target OS version, for Web, browser, is the test system running? Does the problem occur on emulator/simulator as well as on physical devices? Target Platform: Target OS version/browser: Devices: Run your application with `flutter run --verbose` and attach all the log output below between the lines with the backticks. If there is an exception, please see if the error message includes enough information to explain how to solve the issue. Run `flutter analyze` and attach any output of that command below. If there are any analysis errors, try resolving them before filing this issue. Finally, paste the output of running `flutter doctor -v` here. ```

Closing this issue, since no information has been provided. Thank you.

github-actions[bot] commented 2 years ago

This thread has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar issue, please open a new bug, including the output of flutter doctor -v and a minimal reproduction of the issue.