There is no "zip download" button to download the source to .zip on github

I want to download this source file in zip from here:

https://github.com/xdtianyu/android-4.2_r1/tree/master/packages/apps/SoundRecorder

but the "Zip Download" button is missing.

there is a button "zip download":

https://github.com/xdtianyu/android-4.2_r1

but I do not want to download the entire repository. How can I download this single Android project?

I read this thread, but still I can’t download the source code as a zip file:

Download individual files from GitHub

How to download source in ZIP format from GitHub?

+10
source share
2 answers

You cannot download a subdirectory from GitHub as a zip file.

:

  • zip
  • git zip .
    • .git, , .

.

+16

DownGit; them-

image

. .

+7

Source: https://habr.com/ru/post/1529550/


All Articles