错误:
解决方法:
第一步:
git pull origin(远程仓库名称) develop(远程分支名称) --allow-unrelated-histories
第二步:
git branch --set-upstream-to origin(远程仓库名称)/develop(远程分支名称) dev(本地分支名称)
显示如下则为成功,可正常拉取代码
标签:Git,dev,拉取,报错,名称,branch,远程 From: https://www.cnblogs.com/guardian0769/p/17422481.html