Git分岐検出エラー
441 ワード
gitを使用する場合、ブランチを移行する必要がある場合がありますが、このエラーはチェックアウトできません.
通過
error: Your local changes to the following files would be overwritten by checkout:
src/views/Home.vue
Please commit your changes or stash them before you switch branches.
Aborting
解決策通過
git stash
解決!git stash
で格納します.git pull {저장소}
git stash pop
Reference
この問題について(Git分岐検出エラー), 我々は、より多くの情報をここで見つけました https://velog.io/@se0/Git-브랜치-checkout-errorテキストは自由に共有またはコピーできます。ただし、このドキュメントのURLは参考URLとして残しておいてください。
Collection and Share based on the CC Protocol