[Git] remote: HTTP Basic: Access denied

git push하는데

remote: HTTP Basic: Access denied

롸?

해결방법

remote 계정의 password를 바꿔서 발생한 것!!

$ git config --system --unset credential.helper

위 명령어를 입력해서 계정정보를 초기화해주자

이때!

error: could not lock config file /etc/gitconfig: Permission denied

이런 에러가 발생했다면?

$ sudo git config --system --unset credential.helper

`sudo를 추가해 root권한으로 바꿔준다.


잘 된다. 성공적

참조

https://stackoverflow.com/questions/47860772/gitlab-remote-http-basic-access-denied-and-fatal-authentication

© 2020 euzl. from JunhoBaik's, Built with Gatsby