gpt4 book ai didi

php - Git上传项目全站

转载 作者:行者123 更新时间:2023-12-02 06:52:35 24 4
gpt4 key购买 nike

我是使用 Github 的新手。我想在 Github.com 的新存储库中上传我的完整站点。但是 Github 只能上传不超过 100 个文件,我正在下载 codeigniter-3,它有 253 个文件(原始文件,没有我的新文件)。
我可以将我的项目上传到 Github 吗?

最佳答案

这可能是拖放界面的限制。我建议改为熟悉命令行客户端。它比使用 Web 界面方便得多,如果您想从开发机器上对该项目进行认真的工作,无论如何您都需要它。

首先将您的项目克隆到本地目录:

$ git clone https://github.com/YOUR-USERNAME/YOUR-REPOSITORY

然后从您的项目目录中,添加所有文件:
$ git add .
$ git commit -m "initial commit"
$ git push origin master

或者,考虑使用 https://desktop.github.com/

引用:
  • https://help.github.com/articles/cloning-a-repository/
  • https://help.github.com/articles/adding-a-file-to-a-repository-from-the-command-line/
  • 关于php - Git上传项目全站,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39716847/

    24 4 0
    Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
    广告合作:1813099741@qq.com 6ren.com