“ composer安装”中的Composer错误[RuntimeException]

时间:2018-11-10 00:05:26

标签: composer-php

试图通过Composer更新Drupal 8.6,最终因拒绝权限而失败。不确定发生了什么,因为我已成功更新到8.5.5。可以通过github访问手册没问题。也手动添加到站点中的文件夹。这一切都在本地主机上,并且站点现在不加载。排除故障的任何建议将不胜感激。

composer.jason具有:

"jqueryprint": {
            "type": "package",
            "package": {
                "name": "DoersGuild/jQuery.print",
                "version": "master",
                "type": "drupal-library",
                "source": {
                    "url": "https://github.com/DoersGuild/jQuery.print.git",
                    "type": "git",
                    "reference": "origin/master"
                }
            }
        }

错误消息:

  

安装doersguild / jquery.print(母版来源/母版):克隆   起源/主人

     

[RuntimeException]无法克隆   https://github.com/DoersGuild/jQuery.print.git通过https,ssh   协议,正在中止。

     
      
  • https://github.com/DoersGuild/jQuery.print.git   克隆到'\ web \ libraries \ jQuery.print'...   严重的:无法访问“ https://github.com/DoersGuild/jQuery.print.git/”:错误:1407742E:SSL   例程:SSL23_GET_ SERVER_HELLO:tlsv1警报协议版本

  •   
  • git@github.com:DoersGuild / jQuery.print.git   克隆到'\ web \ libraries \ jQuery.print'...   权限被拒绝(公钥)。   致命的:无法从远程存储库读取。

         

    请确保您具有正确的访问权限   并且存储库存在。

  •   

0 个答案:

没有答案
相关问题