Security Note
article thumbnail
반응형

소스코드 진단을 위해 GitLab Project를 Clone하기 위해 git 명령을 사용하려는데 오류가 발생했다.

이를 해결한 방법을 정리한다.


Authentication Failed for 오류

git clone 명령으로 git 파일을 클론하려하는데 Authentication Failed for 오류가 발생

 

오류 해결

아래 명령어은 Credential 정보를 초기화하는 명령이다.

Credential 정보를 초기화하여 인증을 다시 진행하는거로 확인된다.

git config --local --unset credential.helper
git config --global --unset credential.helper
git config --system --unset credential.helper
반응형
profile

Security Note

@긴면봉

포스팅이 좋았다면 "좋아요❤️" 또는 "구독👍🏻" 해주세요!