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권한으로 바꿔준다.
잘 된다. 성공적