-
소스트리에서 깃 허브 로그인 창은 나오는데 로그인이 안됨카테고리 없음 2022. 4. 18. 12:37
소스트리에서 깃 허브 로그인 창은 뜨는데 로그인이 안될 때.
분명 정확히 계정과 비번을 입력해도 로그인이 안됨.
해결
1. 최신의 git 으로 업데이트 받는다.
윈도우기준 콘솔에서
git update-git-for-windows를 입력해서 최신버전으로 받는다.
2.최신의 GCMW를 받는다(로그인 폼 관련된거 같은데 맞는가 모르겠네)
https://github.com/Microsoft/Git-Credential-Manager-for-Windows/releases
Releases · microsoft/Git-Credential-Manager-for-Windows
Secure Git credential storage for Windows with support for Visual Studio Team Services, GitHub, and Bitbucket multi-factor authentication. - microsoft/Git-Credential-Manager-for-Windows
github.com
3.소스트리 옵션에서 시스템 git을 사용하도록 한다.
4.소스트리 재시작.
이정도까지만 하니 로그인이 잘 된다.