git-如何在git上下载单个文件夹

如何在github上下载单个文件夹
需要工具:TortoiseSVN
操作举例:例如,你只需要“NLPIR SDK”中“classify”文件夹下的代码,先打开 classify,
其 URL 为: “https://github.com/NLPIR-team/NLPIR/tree/master/NLPIR%20SDK/Classify” 然后将 /tree/master/ 换成 /trunk/ 。
“https://github.com/NLPIR-team/NLPIR/trunk/NLPIR%20SDK/Classify”
然后, 输入:
svn checkout https://github.com/NLPIR-team/NLPIR/trunk/NLPIR%20SDK/Classify
ps: 第一次使用的话, 可能会出现下面这个提示:R)eject, accept (t)emporarily or accept (p)ermanently?
输入 P 就行了.

你可能感兴趣的:(git)