git 下载 github 上的代码

版权声明:本文为博主原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接和本声明。
本文链接: https://blog.csdn.net/qq_15192373/article/details/100981314

1. 下载 git

sudo apt install git

2. 克隆代码

git clone git://github.com/tensorflow/models.git 
或者
git clone https://github.com/tensorflow/models.git 

猜你喜欢

转载自blog.csdn.net/qq_15192373/article/details/100981314