본문 바로가기

컴퓨터공학/기타

sourcetree 오류 : Support for password authentication was removed on

Sourcetree에서 commit 하고 push 하려고 하는데 오류가 생긴다?

 

원인

깃허브에서 패스워드기반 인증을 지원하지 않는다.

토큰을 생성해서 비밀번호 대신 입력해야 한다.

 

 

 

 

토큰을 생성하고 복사한다. 참고는 아래

[Mac] GitHub push token 오류 해결 (tistory.com)

 

[Mac] GitHub push token 오류 해결

Github 오류 7.29일 새벽 갑자기 git push가 안 되는 현상을 겪었다. 오류의 첫 줄이 무슨 말이냐면 Password 인증방식이 일시적으로 brownout(shutdown?)되었다. Password 대신에 personal access token을 사용..

hyeo-noo.tistory.com

Creating a personal access token - GitHub Docs

 

Creating a personal access token - GitHub Docs

You should create a personal access token to use in place of a password with the command line or with the API.

docs.github.com

 

소스트리 디렉토리

C:\Users\{대충이름 넣는 곳}\AppData\Local\Atlassian\SourceTree

에 가서 password 파일을 삭제한다.

그리고 push하면 비밀번호가 뭐냐고 다시 물어본다.

거기에 복사한 토큰을 붙여넣으면 된다.