git pull "src"更新代码报错

错误语句:Please commit your changes or stash them before you merge.“请提交更改或在合并之前将其保存。”
解决办法:先提交代码;
提交步骤:git add .    git commit -m "提交代码"    git pull    git push
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章