如何使用在线导入引擎将 Mercurial hg repo 迁移到 GitHub
How to migrate Mercurial hg repo to GitHub using online import engine
我正在尝试使用在线(官方)GitHub 导入引擎将此 Mercurial 存储库 http://hg.code.sf.net/p/amide/code/ 迁移到 GitHub。但是,我收到以下错误:
No source repositories were detected at http://hg.code.sf.net/p/amide/code. Please check the URL and try again.
知道我做错了什么吗?
重现步骤:
- 转到https://github.com/new/import
- 粘贴到克隆中 url http://hg.code.sf.net/p/amide/code
- 点击开始导入
显然,GitHub 在线导入器与某些 Mercurial 存储库服务器不兼容。
相反,必须使用命令行,请参阅:
https://help.github.com/en/github/importing-your-projects-to-github/source-code-migration-tools#importing-from-mercurial
我使用了这个存储库中的转换脚本:https://github.com/frej/fast-export
并且能够将 repo 干净地转换为 https://github.com/ferdymercury/amide
我正在尝试使用在线(官方)GitHub 导入引擎将此 Mercurial 存储库 http://hg.code.sf.net/p/amide/code/ 迁移到 GitHub。但是,我收到以下错误:
No source repositories were detected at http://hg.code.sf.net/p/amide/code. Please check the URL and try again.
知道我做错了什么吗?
重现步骤:
- 转到https://github.com/new/import
- 粘贴到克隆中 url http://hg.code.sf.net/p/amide/code
- 点击开始导入
显然,GitHub 在线导入器与某些 Mercurial 存储库服务器不兼容。
相反,必须使用命令行,请参阅: https://help.github.com/en/github/importing-your-projects-to-github/source-code-migration-tools#importing-from-mercurial
我使用了这个存储库中的转换脚本:https://github.com/frej/fast-export
并且能够将 repo 干净地转换为 https://github.com/ferdymercury/amide