GitHub 下载文件夹


工具

TortoiseSVN

 

步骤

1、打开要下载的项目,选中要下载的文件夹,右键 选择 复制链接地址

image

2、把链接中的 tree/master 改成 trunk ,(trunk是master分支,可以使用 svn ls 查看可用的分支和标记)

https://github.com/googlevr/gvr-unity-sdk/tree/master/GoogleVR
https://github.com/googlevr/gvr-unity-sdk/trunk/GoogleVR

3、在需要的目录下,点 右键 选择 SVN Checkout(检出)

image

4、在弹出的检出窗口中,粘贴 修改后的地址到 版本库URL,按 确定

image

5、等待检出完成

image

 

命令行操作:

svn checkout https://github.com/googlevr/gvr-unity-sdk/trunk/GoogleVR
如果遇到冲突信息:(R)eject, accept (t)emporarily or accept (p)ermanently? 输 p


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM