前提・実現したいこと
WindowsにてFlutterアプリの開発ツール(SDK)の設定し、PowerShellにてflutter doctorを実行し確認しましたが、以下のエラーが出てFultterをseable(安定板)に切り替えることができず困っております。
お忙しいところ申し訳ございませんが、ご教示いただけると幸いです。
発生している問題・エラーメッセージ
PS C:\Users> flutter doctor
fatal: ambiguous argument 'HEAD': unknown revision or path not in the working tree.
Use '--' to separate paths from revisions, like this:
'git <command> [<revision>...] -- [<file>...]'
Doctor summary (to see all details, run flutter doctor -v):
Failed to find the latest git commit date: VersionCheckError: Command exited with code 128: git -c
log.showSignature=false log -n 1 --pretty=format:%ad --date=iso
Standard out:
Standard error: fatal: your current branch 'stable' does not have any commits yet
Returning 1970-01-01 09:00:00.000 instead.
[√] Flutter (Channel unknown, 0.0.0-unknown, on Microsoft Windows [Version 10.0.19044.1415], locale ja-JP)
[√] Android toolchain - develop for Android devices (Android SDK version 31.0.0)
[√] Chrome - develop for the web
[√] Android Studio (version 2020.3)
[√] Connected device (2 available)
該当のソースコード
あなたの回答
tips
プレビュー