Eclipse Git pull 拉取代码报错:Exception caught during execution of merge command.
一、问题描述
在使用Eclipse Git 拉取远程仓库代码时,遇到报错:Exception caught during execution of merge command ... Missing unknow 4cf875d231523xxxx ,无论怎么pull ,fetch 都不行,查看远程仓库代码,版本比本地新 ...
二、解决办法
1、Git 客户端,进入到项目路径下执行命令: git remote update dev --prune
2、Eclipse中 ---- Window --- Show View --- Other... --- Terminal --- cd 项目路径 --- 执行命令: git remote update dev --prune 即可解决问题。
3、可以再从远程仓库,pull 拉取代码 试试。
赞 (0)