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
将问题从Bitbucket导入Github_Git_Github_Bitbucket - Fatal编程技术网

将问题从Bitbucket导入Github

将问题从Bitbucket导入Github,git,github,bitbucket,Git,Github,Bitbucket,有人知道将现有Bitbucket问题导入Github帐户的合理方法吗?有几个脚本可以实现这一点: -这使用BitBucket和Github API从BitBucket检索问题并将其导入Github -此脚本将已从BitBucket导出的问题导入Github 我不知道在Github UI中有什么方法可以做到这一点。@Andrew Gillett发布了另一个答案(被删除),建议这是一个更好的选择,因为viniciusban/bitbucket\u issues\u to\u Github项目已经

有人知道将现有Bitbucket问题导入Github帐户的合理方法吗?

有几个脚本可以实现这一点:

  • -这使用BitBucket和Github API从BitBucket检索问题并将其导入Github
  • -此脚本将已从BitBucket导出的问题导入Github

我不知道在Github UI中有什么方法可以做到这一点。

@Andrew Gillett发布了另一个答案(被删除),建议这是一个更好的选择,因为viniciusban/bitbucket\u issues\u to\u Github项目已经好几年没有被触及了。