IT/etc

[SourceTree] Mac 소스트리 내 저장된 비밀번호 삭제 방법

음료요정 2023. 11. 16. 15:54

 

 

 

어느날 갑자기 비밀번호 변경으로 소스트리 비밀번호 저장을 초기화 시키고싶을때 

 

소스트리에서 fatal: Authentication failed for ~ 이렇게

두루뭉실하게 메세지를 뱉어냈다

git --no-optional-locks -c color.branch=false -c color.diff=false -c color.status=false -c diff.mnemonicprefix=false -c core.quotepath=false -c credential.helper=sourcetree fetch origin
fatal: Authentication failed for 'https://bitbucket..it/scm/wr/se_sp.git/'
fatal: Authentication failed for 'https://bitbucket..it/scm/wr/se_sp.git/'
fatal: Authentication failed for 'https://bitbucket..it/scm/wr/se_sp.git/'
fatal: Authentication failed for 'https://bitbucket..it/scm/wr/se_sp.git/'
Completed with errors, see above

 

비밀번호 재설정을 위해서 소스트리내에 저장된 계정정보를 지우면된다

 

경로 :  /Users/jeeyun/Library/Application Support/SourceTree 밑에 

beverge-tistory@STAuth-bitbucket.it 파일을 삭제하면 된다