git clone用于拉取远程仓库到本地
git clone
/* git clone 远程仓库地址 本地目录 */ $ git clone https://gitee.com/pipepandafeng/blog_vuecode.git blog_vuecode_local
← 基础 拉取 →