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中進入到要下載的目錄,那麼下載的程序即在當前目錄下。

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