Github
Github Token 맥에 캐시하여 저장하기
알 수 없는 사용자
2023. 9. 15. 22:26
다음 명령어를 이용해 credential.helper를 osxkeychain으로 설정한다.
git config --global credential.helper osxkeychain
다음 명령어를 이용해 credential.helper가 제대로 설정되었는지 확인.
git config --global credential.helper