Archive/Trouble Shooting
[Git] remote: HTTP Basic: Access denied 해결법
cyBisu
2019. 2. 18. 10:56
반응형
[Git] remote: HTTP Basic: Access denied 해결법
Issue
GitLab Repository에서 Local Repository로 clone하는 중, 해당 에러 발생
알고 보니까 clone 시 계정 입력 과정에서 password를 잘못 입력하여 발생
solution
git config --system --unset credential.helper
git bash 관리자 권한에서 위 명령어를 입력
반응형