美文网首页
下载tp5框架

下载tp5框架

作者: 闲着无聊666 | 来源:发表于2018-11-02 20:04 被阅读13次

    [ 码云 ]

    应用项目:tpcenteos

    https://gitee.com/liu21st/thinkphp5

    核心框架:thinkphp

    https://gitee.com/liu21st/framework.git

    将thinkphp放进tpcenteos目录里:

    4、码云上新建一个远程仓库:

    Git 全局设置:

    ①git config --global user.name "花椒"

    ②git config --global user.email "987696350@qq.com"

    创建 git 仓库:

    ③mkdir tpcenteos

    ③cd tpcenteos

    ④git init

    ⑤touch README.md

    ⑥git add README.md

    ⑦git commit -m "first commit"

    ⑧git remote add origin https://gitee.com/kubalabala/tpcenteos.git

      如果报错:fatal: remote origin already exists.

      解决:(

        1、先输入$ git remote rm origin

        2、再输入$ git remote add origin https://gitee.com/kubalabala/tpcenteos.git就不会报错了

      )

    ⑨git push -u origin master

    相关文章

      网友评论

          本文标题:下载tp5框架

          本文链接:https://www.haomeiwen.com/subject/srxcxqtx.html