Git GPG 사이닝 실패 이슈 해결하기

Git global config 조회
git config --global --list

Git global config 에서 gpg 실행 경로 및 사이닝이 정상적으로 설정되어있지 않다면 설정하기
*각자 로컬에 설치된 GPG 프로그램의 경로를 입력해야 합니다.

git config --global gpg.program /usr/local/Cellar/gnupg/2.2.21/bin/gpg2
git config --global commit.gpgsign true
git config --global user.signingkey 어쩌구저쩌구GPGKEY

GPG 설정 이후에 재시작
gpgconf --kill gpg-agent

좋은 웹페이지 즐겨찾기