第18月第25天 github下載單個文件夾
阿新 • • 發佈:2018-03-25
date ner nor github www 需要 防止 智能 prim github.com/Mooophy/Cpp-Primer/trunk/ch03
1.
用 SVN 即可.
舉例說明: 譬如這個項目: Mooophy/Cpp-Primer · GitHub, 我只想看 ch03 文件夾的代碼怎麽辦? 先打開 ch03, 其 URL 為: "https: //github. com/Mooophy/Cpp-Primer/tree/master/ch03"(這裏添加空格, 為了防止知乎智能識別)
將 /tree/master/ 換成 /trunk/ . (這個以前玩 Google Code 的人應該很熟悉.) "https: //github. com/Mooophy/Cpp-Primer/trunk/ch03"(同樣有空格)
然後, 輸入:
svn checkout https://
PS: 第一次使用的話, 可能會出現下面這個提示:
R)eject, accept (t)emporarily or accept (p)ermanently?
輸入 P 就行了.
玩的愉快!
---------------------------------------
Update:
評論有人問: 請教下, 如果不是master分支 , 我這邊是develop分支 那還有辦法下載某個文件夾嗎?
有辦法的, 只需要將 /trunk/ 換成 /branches/branchname/ 就行了. 對於這位的需求, 就是 /branches/develop/.
https://www.zhihu.com/question/25369412
第18月第25天 github下載單個文件夾