Как решить эту проблему с помощью тестирования интеграции во Flutter? - PullRequest
0 голосов
/ 14 мая 2019

При попытке выполнить интеграционное тестирование с помощью этой команды

lutter drive --target=my_app/test_driver/my_test.dart

Я всегда получаю эту ошибку:

       The flutter tool requires Git in order to operate properly;
       to set up Flutter, run the following command:
       git clone -b stable https://github.com/flutter/flutter.git

Когда я выполняю то, что они сказали, запустивgit clone -b stable https://github.com/flutter/flutter.git Я всегда получаю это:

fatal: destination path 'flutter' already exists and is not an empty directory.
macpros-MBP:flutter_app CompteEtudiant$ 
...