git報錯
error: Your local changes to the following files would be overwritten by merge: .idea/encodings.xml Please commit your changes or stash them before you merge. Aborting
解決辦法
phpstorm的操作
1.在整個項目上右鍵-【git】-【Repository】-【Stash Changes】 然后按照默認設置直接點擊 【Create Stash】
2.在直接進行pull操作
在整個項目上右鍵-【git】-【Repository】-【Pull】
參考資料