githubで単一フォルダをダウンロードする方法

593 ワード

githubで単一フォルダをダウンロードするにはどうすればいいですか?
SVNを使えばいい
例えば、このプロジェクトはhttps://github.com/facebook/inferああ、examples/androidをダウンロードしたいだけです.helloこのフォルダはどうしますか?まずexamples/androidを開きますhello、そのURLは:https://github.com/facebook/infer/tree/master/examples/android_hello /tree/master//trunk/に変更する.に変化https://github.com/facebook/infer/trunk/examples/android_hello
そして端末入力:svn checkout https://github.com/facebook/infer/trunk/examples/android_helloPS:初めて使うと、次のようなヒントが出るかもしれません.R)eject, accept (t)emporarily or accept (p)ermanently?
Pを入力すればいいです.