728x90
반응형
Missing or invalid credentials.
Error: Bad status code: 401
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://gitlab.adererror.com/help/topics/git/troubleshooting_git#error-on-git-fetch-http-basic-access-denied
fatal: Authentication failed for 'https://gitlab.~~~~~.git/'
■ 해결방법
json 설정 파일 내 terminalAuthentication: false; 추가
git.terminalAuthentication: false
또는
vscode 설정
terminalAuthentication 검색 → 해당 설정 선택 해제 → 터미널 재실행 → git fetch → gitlab Username & Password 입력

728x90
반응형
'Tips' 카테고리의 다른 글
| [Mac] 터미널(iterm2) 커서이동 단축키 (0) | 2025.09.03 |
|---|---|
| [Mac] 맥북 코어 개수 확인 명령어 (0) | 2025.06.20 |
| [iterm2] iterm2(oh-my-zsh) vim 편집기 설정 (0) | 2025.06.20 |
| [iterm2] iterm2(oh-my-zsh) 커스텀 유저 이름 변경 (0) | 2025.06.20 |
| [VSCode] multi sftp workspace 설정 (0) | 2025.06.20 |