git pull報錯Pulling is not possible because you have unmerged files


上次修改完沖突文件以后,再次git pull的時候報錯

 

git pull 報錯
error: Pulling is not possible because you have unmerged files.

 


解決辦法,需要先add一下修改過的文件才可以pull


git add -u

git pull


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM