在做作曲家安装时获取私人回购的错误

时间:2016-04-19 17:18:49

标签: composer-php

尝试克隆私人回购时;

[RuntimeException的]

无法通过git,https,ssh协议,中止克隆git@github.com:myOrganization/myRepo.git。

GIT中://github.com/myOrganization/myRepo.git 克隆到'/ Users / yus / Desktop / websites / h -s / vendor / xx / cache-bundle / xx / CacheBundle'...... 致命的:远程错误: 找不到存储库。 https://github.com/myOrganization/myRepo.git 克隆到'/ Users / yus / Desktop / websites / h-svendor / xx / cache-bundle / xx / CacheBundle'...... remote:用户名或密码无效。 致命:“https://github.com/myOrganization/myRepo.git”身份验证失败 git@github.com:.myOrganization / myRepo.git

克隆到'/ Users / yus / Desktop / websites / h-s / vendor / xx / cache-bundle / xx / CacheBundle'......

许可被拒绝(公钥)。

致命:无法从远程存储库中读取。

请确保您拥有正确的访问权限

并且存储库存在。

1 个答案:

答案 0 :(得分:0)

手册git clone git@github.com:myOrganization/myRepo.git是否适合您?

据我所知,您尚未设置oauth令牌,并且它尝试使用的ssh密钥对您尝试访问的存储库无效。因此,Composer无法访问您的私有存储库。