git password 변경시 로컬에 적용하기
1 minute read
github을 사용하다 보면 password이 기억이 나지 않는 경우들이 종종 있다.
그래서 password를 변경 했을 경우, 로컬에 인증실패가 발생하여 push가 되지 않는다.
기존 정보를 삭제하고 다시 입력하면 된다.
git config --unset credential.helper
I feedback.
Let me know what you think of this article in the comment section below!
Let me know what you think of this article in the comment section below!
comments powered by Disqus