Flutter目录不是GitHub项目的克隆 [英] The Flutter Directory Is Not A Clone of GitHub Project

查看:184
本文介绍了Flutter目录不是GitHub项目的克隆的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我已经从 https://flutter.io/setup-windows下载了 Flutter /(flutter_windows_v0.5.1-beta.zip) 在Windows 10中并遵循指南,将zip提取到 C:\ Users \ M中. Junaid ,然后打开flutter-console.bat.我试着去扑医生,但得到了以下信息

I had downloaded Flutter from https://flutter.io/setup-windows/ (flutter_windows_v0.5.1-beta.zip) in windows 10 and followed the guidelines, extracted the zip in C:\Users\M. Junaid and opened flutter-console.bat. I tried to run flutter doctor but got the following

Error: The Flutter directory is not a clone of the GitHub project.
       The flutter tool requires Git in order to operate properly;
       The to set up flutter, run the following command:
       git clone -b beta https://github.com/flutter/flutter.git

重新检查已正确安装的依赖项Git和PowerShell,并且路径变量也正确-C:\ Users \ M.Junaid \ flutter \ bin

我尝试了这些但没有成功:

I Tried These But Nothing Worked:

  1. 试图在AppData等不同位置提取C:\ flutter.
  2. 以管理员身份运行flutter_console.bat.
  3. cd抖动,然后运行命令

推荐答案

Flutter检查git文件夹,该文件夹通常是隐藏文件夹.如果您复制并粘贴了zip文件的内容,则很有可能会错过复制此隐藏文件夹的机会.

Flutter checks for a git folder, which is normally a hidden folder. If you copied and pasted the contents of the zip file, there is a good chance that you missed copying this hidden folder.

您可以通过执行以下任一操作来解决此问题:

You can solve this by doing one of the following:

  1. 直接将文件夹解压缩到需要Flutter的位置,或者
  2. 复制外部文件夹(flutter)以在其中包含所有隐藏文件,或者
  3. 显示所有隐藏文件,然后选择并复制.
  1. Unzip the folder directly to where you want Flutter, or
  2. Copy the outer folder (flutter) to include all the hidden files inside, or
  3. Show all hidden files before selecting them and copying.

这篇关于Flutter目录不是GitHub项目的克隆的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆