Gitflow error 발생 시 해결 방법

제인(sudev)·2021년 1월 5일
0
post-thumbnail

Error: Please have a look at the Version Control console for more details

Webstorm plugin인 'Git Flow Integration'을 사용해서 git flow를 시작하려고 할 때 위와 같은 에러가 계속 발생했다.


👌 해결방법

플러그인 내부에서 계속 오류가 발생하길래 git bash로 들어가서 해결했다.

git bash에서 git flow init 을 입력했을 때

Fatal: Working tree contains unstaged changes Aborting

에러가 발생한다면 변경된 기능을 임시 저장해주는 git stash 를 입력해준다.

이후에 플러그인에서 gitflow init하면 정상적으로 branch가 생성됨을 확인할 수 있다.

profile
growing developer 👍

0개의 댓글