MacBook-Pro-di-superstar:git-practice superstar$ git reset --hard HEAD의 현재 위치는 edabd50입니다 Replace Cheetas with Panthers MacBook-Pro-di-superstar:git-practice superstar$ git revert 9477cba4bd14f920106c1bcf26104e88398d94e7 힌트: 편집기가 파일을 닫기를 기다리는 중입니다... code --wait: code: command not found error: There was a problem with the editor 'code --wait'.
oh-my-zsh와의 싸움 & git 공부(+ 오류 해결)
터미널 꾸미기 포기하지 않아 행복해요
테마가 자꾸 안먹어서 구글링에 구글링에 구글링을 더해도 안되길래
결국 그냥 초기화 해볼까? 라는 생각에
oh-my-zsh 를 지우고 다시 깔았더니
마법처럼 적용되는 테마~
(+) 못난 경로보다 닉네임과 아이콘으로 표시되게 뾰로롱~
터미널을 이렇게 꾸민 이유는..
커밋할때마다 행복하려고..
그 전에 깃과 친해져야해서
얄코의 깃강의를 들으면 깃과 말을 트고 있었는데...
vscode는 날 또 화나게 하는데...
MacBook-Pro-di-superstar:git-practice superstar$ git reset --hard
HEAD의 현재 위치는 edabd50입니다 Replace Cheetas with Panthers
MacBook-Pro-di-superstar:git-practice superstar$ git revert 9477cba4bd14f920106c1bcf26104e88398d94e7
힌트: 편집기가 파일을 닫기를 기다리는 중입니다... code --wait: code: command not found
error: There was a problem with the editor 'code --wait'.
메시지를 -m 또는 -F 옵션으로 입력하십시오.
🤨....
벗, 모든 오류는 나만 겪는 일이 아닐터..
아무리 생각해도 편집기가 vim이 아닌탓인거 같았고...
구글링해서 찾은 해결 방법
git config --global core.editor /usr/bin/vim
<*참고한 링크 https://minny27.tistory.com/56>
에디터를 고대시대 vim으로 바꿔버리면 되는것
하 편안..😎
차라리 vim이 편하다...터미널 아이텀 vsc까지 같은 명령어 입력하면 되니까..자주 사용하는 명령어가 손에 익기 마련...'개발로그' 카테고리의 다른 글