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