我有来自github迁移API的存档。如何使用Nodejs和Octokit在不同的repo中恢复?
发布于 2021-05-31 03:59:02
显然,GitHub的REST API does not support‘un’存储库,但是,显然可以像GitHub社区中的this post中指出的那样使用with GraphQL API。
Remember Octokit has a GraphQL API client for browsers and Node
关于将其解压到不同的存储库中,我不确定这是否可能。也许你可以看看this Octoherd copy-repository utility (作者@gr2m,Octokit的创建者)
https://stackoverflow.com/questions/67698859
复制相似问题