先下载一个SVN,然后修改下载地址,通过SVN传送到本地
1、下载TortoiseSVN
下载地址
选择的这个版本
下载后为.msi文件,按照指示安装即可,最好就安装到默认的C盘
如果下载成功,在任意非空文件夹右击会出现SVN的选项
2、如何下载
比如现在要下载的项目网址及页面如下:
https://github.com/lmoroney/dlaicourse/tree/master/TensorFlow%20Deployment/Course%202%20-%20TensorFlow%20Lite/Week%202/Examples/Android%20Apps/object_detection
我只想下载当前这个文件夹下的内容。
**2.1新建一个文件夹 **
在本地创建一个空文件夹object_detection(命名随意),存放即将下载的文件
2.2 SVN checkout
在空文件夹object_detection中右击,如果安装成功,会出现如下红框的内容,点击SVN Checkout在哪个文件夹点击,就默认下载到哪里
2.3 /tree/master换成/trunk/
将上述网址复制到URL,把网址中的/tree/master换成/trunk/
举例:
替换前:
https://github.com/lmoroney/dlaicourse/tree/master/TensorFlow%20Deployment/Course%202%20-%20TensorFlow%20Lite/Week%202/Examples/Android%20Apps/object_detection
替换后:
https://github.com/lmoroney/dlaicourse/trunk/TensorFlow%20Deployment/Course%202%20-%20TensorFlow%20Lite/Week%202/Examples/Android%20Apps/object_detection
最后点击ok就开始下载到本地了
完成后如下:
如果出现无响应的情况,要不就等等看,要不就关掉重新再试一下步骤2.2、2.3