갑자기 git pull을 하는데 다음과 같은 메세지가 출력되며 소스를 다운받지 못하는 문제가 발생되었다. remote: HTTP Basic: Access denied fatal: Authentication failed for 'https://gitlab.com'/ 해결법 : 계정정보 패스워드 설정을 초기화 하고 다시 입력해 준다. $git config --system --unset credential.helper reference - https://stackoverflow.com/questions/47860772/gitlab-remote-http-basic-access-denied-and-fatal-authentication $git config --system --unset credential.help..