Skip to content

Instantly share code, notes, and snippets.

@kazuph
Created July 25, 2013 14:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kazuph/6080291 to your computer and use it in GitHub Desktop.
Save kazuph/6080291 to your computer and use it in GitHub Desktop.
githubのリポジトリをwgetでだけで取得したい時 ref: http://qiita.com/kazuph/items/73c2eea6e82896bda58c
$ wget --no-check-certificate https://github.com/fluent/fluentd/archive/master.tar.gz
$ tar xpvf master
$ rm master
$ ls
fluentd-master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment