본문 바로가기
컴퓨터/리눅스(우분투)

git pull error

by 하링아 2023. 2. 24.
반응형

평소에 git을 잘 사용중에 

git pull origin

을 입력하여 로컬 소스를 최신화 하려고 했다.

 

그런데 다음과 같은 에러가 발생했다.

remote: HTTP Basic: Access denied. The provided password or token is incorrect or your account has 2FA enabled and you must use a personal access token instead of a password. See http://192.168.0.33:8090/help/topics/git/troubleshooting_git#error-on-git-fetch-http-basic-access-denied
fatal: Authentication failed for 'http://192.168.0.33:8090/norma-dev/iot-care/server.git/'

필자는 원래 id / passwd를 입력하여 접속했는데 그런 창도 뜨지 않았다.

 

id / passwd 대신에 토큰을 사용하라는 글들을 봤지만 그렇게 하고 싶지 않았다.

 

아래와 같은 명령어를 입력하고 vsc 내의 console창을 완전히 종료 후 다시 열었다.

git config --global --unset credential.helper

해결~

반응형

댓글