Skip to content

Instantly share code, notes, and snippets.

@akccakcctw
Created December 3, 2017 03:05
Show Gist options
  • Save akccakcctw/7744df8ef0bac556eb4c4ff3b5c91f89 to your computer and use it in GitHub Desktop.
Save akccakcctw/7744df8ef0bac556eb4c4ff3b5c91f89 to your computer and use it in GitHub Desktop.
Download repo files from GitHub
# 下載 repo files 並解壓縮至資料夾
cd $HOME
mkdir <repo>
cd <repo>
curl -L https://github.com/<user>/<repo>/archive/master.tar.gz | tar -xz --strip-component=1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment