Git 명령어1 [Git] merge error: you need to resolve your current index first 해결 소스를 특정 시점으로 돌리기 위해 git 명령어를 사용 하던 중 conflict가 발생했다. git log를 보고 commit id를 가지고 cherry-pick을 했다. git cherry-pick c0615b0a47cf72488be73b3ae63e30c88a2e1609 그러면서 1차 문제가 발생했다. error: you need to resolve your current index first git pull 명령어로 복구하려고 해보았지만 Pull is not possible 하며 unmerged files 들이 있다고 뜬다. 문제를 해결하고 다시 실행하라고 나온다. git pull . U AndroidStudio_SRC/redbend/libs/arm64-v8a/libsmm.so U AndroidStu.. 2021. 8. 24. 이전 1 다음