GIT
remote: HTTP Basic: Access denied
양찬우
2021. 6. 13. 12:03
728x90
오류 : gitlab repository에서 local로 clone하던 중 에러발생
원인 : clone 시 계정 입력 패스워드 잘못 입력
해결 : git bash 관리자 권한에서 명령어 입력
$ git config --system --unset credential.helper
728x90