码迷,mamicode.com
首页 > 其他好文 > 详细

git选择源代码版本

时间:2019-03-10 19:12:56      阅读:189      评论:0      收藏:0      [点我收藏+]

标签:hub   ref   下载   href   sudo   tor   github   显示   one   

源代码在安装pytorch旧版本时候,要用git选择旧版本的
ssudo git clone --recursive https://github.com/pytorch/pytorch
#这个命令会下载所有的版本源代码,有办法只下载指定版本,但是我没有试过
cd pytorch #进入到pytorch目录。该目录下有.git目录
git tag #显示各个版本
sudo git checkout v0.4.1 #选择版本
sudo git submodule update --init --recursive # 下载并更新第三方库,我们要保证需要的第三方库都下载完毕,不然在编译过程中会中断。

git选择源代码版本

标签:hub   ref   下载   href   sudo   tor   github   显示   one   

原文地址:https://blog.51cto.com/leesbing/2360835

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!