Error when executing git command. git: 'credential-winstore' is not a git command. See 'git --help'. fatal: could not read Username for 'https://gitlab.com': terminal prompts disabled
Unity Package를 가져오는 과정에서 갑자기 'terminal prompts disabled'
오류와 함께 받아지지 못하는 현상이 생겼다.
반응형
나는 GitLab에서 2FA 형태로 로그인을 하고 있었는데
기존에는 잘 되다가 갑자기 이번에 되지 않았다.
인증 방식이 여러가지가 있는데 Https 방식과 SSH 형식을 자동으로 변환해주는 명령어로 해결했다.
< 해결방법 >
Git Bash에 해당 명령어를 입력한다.
Git 명령어 |
git config --global --add url."git@gitlab.com:".insteadOf "https://gitlab.com/" |
해당 명령어 이후에 다시 실행하면 정상적으로 동작하는것을 확인할 수 있다.
'terminal prompts disabled' error for GitHub private repo : [링크]
★☆☆
반응형
'개발 > Unity' 카테고리의 다른 글
Unity)UI Toolkit Debugger (0) | 2024.11.11 |
---|---|
Unity) 홀로그램 효과 쉐이더 (0) | 2024.11.08 |
문제해결)The reference script on the Behaviour(Game Object '')is missing! (0) | 2024.11.06 |
Unity) ScripableObject 으로 사운드 관리 하기 (Editor Play) (0) | 2024.10.28 |
Unity) Shader로 Grid 표시하기 (0) | 2024.10.28 |
댓글