Plaka
Plaka

Reputation: 173

Downloading a project from github

The link to the project I would like to download. I can't see any clone or download button at the right. How can I download the whole project in one go?

Upvotes: 0

Views: 495

Answers (2)

jayxhj
jayxhj

Reputation: 3038

You could download part of the project using sparse checkout. So what you need is just:

git clone https://github.com/android/platform_development.git

or

git clone [email protected]:android/platform_development.git

Upvotes: 0

Evreux Pendragon
Evreux Pendragon

Reputation: 116

Here's the download link: Android-PlatformDevelopment-Lollipop-MR1-Fi-Release

You should click in platform-development so you can get to the main project page, then you will see the Clone Project Button.

Upvotes: 1

Related Questions