git:error: Your local changes to the following files would be overwritten by merge:

2021-05-06 12:28

阅读:411

标签:written   修改   错误   git   over   频繁   merge   服务器   change   

最近用git在服务器、github、本地更新代码的时候,因为频繁修改偶尔出现这个错误

覆盖本地的代码:

git stash
git pull
git stash pop

保留对服务器上的修改:

git stash
git pull
git stash pop

git:error: Your local changes to the following files would be overwritten by merge:

标签:written   修改   错误   git   over   频繁   merge   服务器   change   

原文地址:http://www.cnblogs.com/alan2kat/p/7662460.html


评论


亲,登录后才可以留言!