生成迁移冲突列表
如果 ghe-migrator
在准备要导入的数据时报告冲突,您必须先生成这些冲突的列表,然后再准备使用自定义映射加以解决。
-
使用包含迁移 GUID 的
ghe-migrator conflicts
命令生成一个 conflicts.csv 文件:$ ghe-migrator conflicts -g MIGRATION_GUID > conflicts.csv
- If no conflicts are reported, you can safely import the data by following the steps in "Applying the imported data on GitHub Enterprise Server".
-
If there are conflicts, using the
scp
command, copy conflicts.csv to your local computer:$ scp -P 122 admin@hostname:conflicts.csv ~/Desktop
-
继续“解决迁移冲突或设置自定义映射”。