为什么我不能使用composer从github创建一个新项目?

时间:2019-02-12 14:16:40

标签: codeigniter github project

我在GitHub上创建了一个新的存储库。我已经使用GitHub Desktop提交了所有文件。一切都完成了。但是我无法使用Composer创建新项目。 这是我的存储库: https://github.com/xttrust/CodeIgniter-HMVC-EXTRA

我试图创建一个像这样的新项目:

composer create-project xttrust/CodeIgniter-HMVC-EXTRA

我在GitBash中收到此错误:

[InvalidArgumentException]
Could not find package xttrust/codeigniter-hmvc-extra with stability stable.

create-project [-s|--stability STABILITY] [--prefer-source] [--prefer-dist] [--repository REPOSITORY] [--repository-url REPOSITORY-URL] [--dev] [--no-dev] [--no-custom-installers] [--no-scripts] [--no-progress] [--no-secure-http] [--keep-vcs] [--remove-vcs] [--no-install] [--ignore-platform-reqs] [--] [<package>] [<directory>] [<version>]

2 个答案:

答案 0 :(得分:0)

如克里斯mentioned in a comment

  

您是否已将其提交给Packagist

我必须将其与Packagist合并,然后它才起作用。

答案 1 :(得分:0)

没有问题,因为错误是正确的。尝试搜索Packagist。您将需要提交您的github存储库https://github.com/xttrust/CodeIgniter-HMVC-EXTRA