当尝试克隆我的私人转发时;
[运行时异常]
克隆失败git@github.com:myOrganization/myRepo.git,通过git,https,ssh协议,中止。
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"。。。
权限被拒绝(公钥)。
致命:无法从远程存储库中读取。
请确保您拥有正确的访问权限
并且存储库存在。
手动git clone git@github.com:myOrganization/myRepo.git
适用于您吗?
据我所知,您还没有设置oauth令牌,它试图使用的ssh密钥对您试图访问的存储库无效。因此Composer无法访问您的私人存储库。