码迷,mamicode.com
首页 > Web开发 > 详细

如何使用Git安装ThinkPHP5.1

时间:2019-01-17 20:03:01      阅读:239      评论:0      收藏:0      [点我收藏+]

标签:frame   https   framework   info   地址   clone   bubuko   php   php5   

1.打开Git终端 切换到需要安装的目录

技术分享图片

2.开始安装

git clone --depth=1 https://github.com/top-think/think.git think_git
--depth=1 代表 不下载历史版本 去除即下载全部版本 后面跟地址 think_git为安装的目录

技术分享图片

切换到think_git目录,并安装核心

cd think_git/
git clone --depth=1 https://github.com/top-think/framework.git thinkphp

技术分享图片

如何使用Git安装ThinkPHP5.1

标签:frame   https   framework   info   地址   clone   bubuko   php   php5   

原文地址:https://www.cnblogs.com/wangliancomcn/p/10283603.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!