vscode에서 gitlab사용하기
HappyCoding/git

vscode에서 gitlab사용하기

HTTP Basic: Access denied fatal: Authentication failed 

git lab에 기존에 있는 폴더에 vscode를 연동하려고하는데,
git push를 썼더니, 아이디 비번 입력 새 창이 떴다. 잘 입력했다고 했는데, 비밀번호가 틀렸나보다.
access denied 라고 나온다.

이를 해결하는 방법은?

cmd에서

git config --system --unset credential.helper



그 후 다시 git pull or git push 같은 git 명령어를 사용하면
다시 사용자 이름과 비밀번호를 묻는다.

그럼 username과 비밀번호를 정확하게 입력하면

이번에는 오류없이 정상적으로 진행되는 것을 확인할 수 있었다.

'HappyCoding > git' 카테고리의 다른 글

.git message추가하는 방법  (0) 2021.10.09
git 스스로 공부할 수 있는 사이트 추천!  (0) 2021.06.26
three-way merges  (0) 2021.05.02
git merge option : no-ff (no fast-forward)  (0) 2021.05.02
fast-forward merges  (0) 2021.05.02