从github上下载代码到本地

这里从有了账号和下载了git之后说起:

在目的文件夹下右键点击Git Bash Here 打开下面窗口:

如图依次输入命令行并回车:

  $ git config --global user.name "name"

  $ git config --global user.email "email"

  $ git init

  $ git remote add origin https://github.com/Bilibili/flv.js.git

  $ git clone https://github.com/Bilibili/flv.js.git 

完成

posted @ 2018-07-03 18:08  cao_zhen  阅读(353)  评论(0编辑  收藏  举报