WWBN / AVideo-Encoder

Encoder Server for AVideo Platform Open-Source
https://platform.avideo.com
GNU Affero General Public License v3.0
152 stars 189 forks source link

Unable to download encoder using git #405

Closed outreach closed 3 years ago

outreach commented 3 years ago

I tried to download the encoder using the following commands but they do not now work: $ sudo git https://github.com/WWBN/AVideo-Encoder.git git: 'https://github.com/WWBN/AVideo-Encoder.git' is not a git command. See 'git --help'.

$ sudo git https://github.com/WWBN/AVideo-Encoder git: 'https://github.com/WWBN/AVideo-Encoder' is not a git command. See 'git --help'.

Please advise. Any help would be most appreciated.

Thanks so much.

DanielnetoDotCom commented 3 years ago

Should begit clone https://github.com/WWBN/AVideo-Encoder.git

I recommend you to use google to learn how to use Git

outreach commented 3 years ago

Duh on my part! Yes, I left out the clone part. Thanks.