九游平台/ 代码托管 codearts repo/ 常见问题/ 代码上传下载问题/ fatal: refusing to merge unrelated histories
更新时间:2024-09-09 gmt 08:00

fatal: refusing to merge unrelated histories-九游平台

问题现象

使用git pull命令时,提示“refusing to merge unrelated histories”

原因分析

云端与本地的仓库不同,例如:不同的分支、或不同的仓库等。

处理方法

使用命令git pull origin master --allow-unrelated-histories进行强制合并。

相关文档

网站地图