Visual Studio Code 사용을 시작했으며 테스트 프로젝트를 GitHub 에 저장하려고 했지만 Visual Studio Code 는 항상 GitHub 자격 증명을 요구합니다 .
내 PC GitHub Desktop 및 Git에 설치했으며 이미 실행했습니다.
git config --global credential.helper wincred
그러나 여전히 Visual Studio Code 는 자격 증명을 요구하고 있습니다.
어떤 도움?
다음은 사용자 프로필 folfer에있는 내 .gitconfig 파일입니다.
[filter "lfs"]
clean = git-lfs clean %f
smudge = git-lfs smudge %f
required = true
[user]
name = ddieppa
[user]
email = fake@live.com
[credential]
helper = wincred
자격 증명을 요구하는 팝업 창은 다음과 같습니다.
팝업에 GitHub 자격 증명을 입력 했지만 Visual Studio Code 의 Git 출력 창 에이 오류가 계속 발생합니다 .
remote: Anonymous access to ddieppa/LineOfBizApp.git denied.
fatal: Authentication failed for 'https://github.com/ddieppa/LineOfBizApp.git/'