摘要: 1.打开Git终端 切换到需要安装的目录 2.开始安装 git clone --depth=1 https://github.com/top-think/think.git think_git--depth=1 代表 不下载历史版本 去除即下载全部版本 后面跟地址 think_git为安装的目录 切 阅读全文
posted @ 2019-01-17 17:52 安静的旅途 阅读(2234) 评论(0) 推荐(0)
摘要: Git入门简单教程的使用方法(gitee新手入门教程) 1. cd d:/wwwroot/wanglian/ //进入准备好的文件夹 2. $ git clone https://gitee.com/用户地址/gitcode.git //先将gitcode仓库clone到本地 如果仓库是一个私有仓库 阅读全文
posted @ 2019-01-03 15:23 安静的旅途 阅读(14403) 评论(0) 推荐(1)