다음 명령어를 이용해 credential.helper를 osxkeychain으로 설정한다.
git config --global credential.helper osxkeychain
다음 명령어를 이용해 credential.helper가 제대로 설정되었는지 확인.
git config --global credential.helper
다음 명령어를 이용해 credential.helper를 osxkeychain으로 설정한다.
git config --global credential.helper osxkeychain
다음 명령어를 이용해 credential.helper가 제대로 설정되었는지 확인.
git config --global credential.helper