어느날 갑자기 비밀번호 변경으로 소스트리 비밀번호 저장을 초기화 시키고싶을때
소스트리에서 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 파일을 삭제하면 된다
'IT > etc' 카테고리의 다른 글
[Teams] Mac에서 팀즈 버벅일 때, 캐쉬지우기 (0) | 2023.11.16 |
---|---|
[Spring Boot] MySQL & JPA 연동 (gradle프로젝트) (0) | 2022.03.23 |
[Docker] 도커 컨테이너 IP확인 (0) | 2022.03.23 |
[Docker] 도커에서 MySQL 컨테이너 설치부터 접속까지 (0) | 2022.03.23 |
[AWS] CodePipeline (코드파이프라인) (0) | 2022.03.15 |