Ubuntu git 下载程序

step 1: 下载git

$ sudo apt-get install git

step 2: git 命令下载github上程序

$ git clone + XXXXX.git

如:https://github.com/mozilla/DeepSpeech-examples
打开后,点击clone or downloads,再复制地址:https://github.com/mozilla/DeepSpeech-examples.git
则下载命令为:
$ git clone https://github.com/mozilla/DeepSpeech-examples.git

在下载前,可先在terminal中进入到要下载的目录,那么下载的程序即在当前目录下。

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章