Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/github/3.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
Laravel Forge:未找到存储库_Laravel_Github_Forge - Fatal编程技术网

Laravel Forge:未找到存储库

Laravel Forge:未找到存储库,laravel,github,forge,Laravel,Github,Forge,在forge上遇到这个错误,我不确定下一步该怎么做。以下是目前的情况和我所做的尝试 Cloning into '{site_name}'... ERROR: Repository not found. fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists 这个伪造帐户是为我工作的公司提供的,该公司在g

在forge上遇到这个错误,我不确定下一步该怎么做。以下是目前的情况和我所做的尝试

Cloning into '{site_name}'...
ERROR: Repository not found.
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists
这个伪造帐户是为我工作的公司提供的,该公司在github上有一个关联组织,我是该组织的所有者。Forge无法读取此组织拥有的任何存储库。在从组织中删除登录到forge的github帐户的所有者后,开始出现上述错误

我试过的

在“源代码管理”选项卡下,在forge中取消链接/重新链接github。 将组织、第三方应用程序访问策略设置为无限制 尝试让组织中的其他团队成员在forge上登录github 将任何给定站点的ssh-key-forge供应品添加到该站点关联存储库的deploy-key部分。这总是会产生相同的错误,因为密钥已在使用中。 双重、三重、四重检查存储库名称/路径的拼写 我曾尝试联系forge技术支持部门,但他们的建议到目前为止都不起作用

另一个注意事项是,我可以让forge连接到我的任何个人存储库,但没有一个是我在组织下创建的


还有其他人在forge上遇到过与github组织相关的问题吗?

我也遇到过同样的问题。当我们从组织中删除一个前开发者帐户时,forge无法访问我们的任何回购协议。我们遇到的问题是因为ssh密钥。repo的forge-ssh密钥被添加到该前开发人员的帐户中,从其帐户中删除,并添加到现有的devs中,该devs位于该组织帐户上,并且可以工作


*您可以从forge servers页面上的meta选项卡获取ssh密钥

是您的URLgit@github.com:/?Vonc-是的,这是URL结构。能否将GIT_SSH_命令设置为SSH-v,然后重试克隆?这将提供更多信息。检查机器用户。