Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/php/251.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Php 提交到packagist.org:包名问题或http url问题_Php_Composer Php_Packagist - Fatal编程技术网

Php 提交到packagist.org:包名问题或http url问题

Php 提交到packagist.org:包名问题或http url问题,php,composer-php,packagist,Php,Composer Php,Packagist,我正在尝试将我的包提交到packagist.org。我的存储库的url: 当我尝试提交它时,packagist给了我一系列与ssl相关的异常,因此我尝试使用上面的url在没有ssl的情况下提交,但使用http而不是https。 我想知道packagist是否可以处理基于http的存储库?这也是 超时时会显示一条消息,说明PackageGist端有问题,或者投诉my composer.json没有包名。但是,my composer.json在主(也是唯一)分支上确实有一个包名。 我还将我的存储库与

我正在尝试将我的包提交到packagist.org。我的存储库的url: 当我尝试提交它时,packagist给了我一系列与ssl相关的异常,因此我尝试使用上面的url在没有ssl的情况下提交,但使用http而不是https。 我想知道packagist是否可以处理基于http的存储库?这也是 超时时会显示一条消息,说明PackageGist端有问题,或者投诉my composer.json没有包名。但是,my composer.json在主(也是唯一)分支上确实有一个包名。
我还将我的存储库与composer一起用于其他项目,在这些项目中我明确提到了我的存储库。我想packagist只是在后端使用composer。我想知道是否有人可以查看该url,看看我的composer.json中是否缺少任何内容,或者告诉我packagist是否接受基于http的存储库?我不想把我的存储库放在github上,我想继续把它放在它所在的地方

问题似乎是我的存储库下载到PackageGist时太慢了。我在我的裸存储库上做了一个git gc,然后一切正常了。问题似乎是我的存储库下载到packagist的速度太慢了。我在我的裸存储库上做了一个git gc,然后一切正常了。