git 进阶系列简称--clone

git clone

功能介绍

拉取远程仓库到本地。

功能解析

git clone https://github.com/g-morty/g-morty.github.io.git
git clone git@github.com:g-morty/g-morty.github.io.git

将远程仓库拉取一份到吧本地。可以选择https协议,也可以使用ssh协议。