1

Hi after installing flutter on our CI-Server I got the following message:

... [Setup Flutter Android] [✓] Flutter (Channel beta, v0.0.0-unknown, on Linux, locale en_US) ...

had some already the same issue?

asked Jul 5, 2018 at 5:31

2 Answers 2

2

I also had this problem on CentOS. It turns out that the default git installed in CentOs is too out-of-dated.

Please try upgrading git to the latest version on CentOS by following this answer link and then run flutter doctor again

answered Apr 1, 2019 at 4:17
Sign up to request clarification or add additional context in comments.

Comments

1

I've encountered this problem on CentOS 7. This comment on github explains it.

It happens with git versions before v1.8.4 because of "git describe --first-parent" not being implemented in older versions. As for CentOS 7, newest git version that you can get using yum is unfortunately v1.8.3.1.

TL;DR use something like ius to get a newer git version.

answered Aug 1, 2018 at 9:15

Comments

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.