반응형
평소에 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
해결~
반응형
'컴퓨터 > 리눅스(우분투)' 카테고리의 다른 글
vmware station pro에서 ubuntu 인터넷 갑자기 안될 때 (2) | 2023.03.28 |
---|---|
[postgresql] PANIC: could not locate a valid checkpoint record (0) | 2023.02.27 |
깃허브 데스크탑, Github desktop 리눅스에서 사용하기 (0) | 2021.08.17 |
알고리즘 INPUT값을 TXT파일로 입력하기 (2) | 2020.10.20 |
Failed - Insufficient permissions 크롬 파일 다운로드 불가 현상 (0) | 2020.10.02 |
댓글