我尝试过很多方法,第一种是:先stash,
然后再pull,pull是成功的,然后我再unstash或者pop stash都是失败的,幸亏之前复制过原始文件备份了。
然后用备份的文件再使用第二种方法:先把我的文件add、commit。然后git reset --hard HEAD
git clean -f -d
git pull
Git Pull Failed Your local changes would be overwritten by merge. Commit, stash or revert them to pr
最新推荐文章于 2025-03-19 15:25:24 发布