잘 사용하던 SourceTree가 갑자기 Authentication falied 에러가 발생했는데요

git -c diff.mnemonicprefix=false -c core.quotepath=false --no-optional-locks fetch --no-tags origin
git: 'credential-osxkeychain' is not a git command. See 'git --help'.
git: 'credential-osxkeychain' is not a git command. See 'git --help'.
remote: HTTP Basic: Access denied. The provided password or token is incorrect or your account has 2FA enabled and you must use a personal access token instead of a password. See https://git.ekay.co.kr/help/topics/git/troubleshooting_git#error-on-git-fetch-http-basic-access-denied
fatal: Authentication failed for 'https://git.ekay.co.kr/ausys/mes.git/'
git: 'credential-osxkeychain' is not a git command. See 'git --help'.
git: 'credential-osxkeychain' is not a git command. See 'git --help'.
remote: HTTP Basic: Access denied. The provided password or token is incorrect or your account has 2FA enabled and you must use a personal access token instead of a password. See https://git.ekay.co.kr/help/topics/git/troubleshooting_git#error-on-git-fetch-http-basic-access-denied
fatal: Authentication failed for 'https://~~~'
git: 'credential-osxkeychain' is not a git command. See 'git --help'.
git: 'credential-osxkeychain' is not a git command. See 'git --help'.
remote: HTTP Basic: Access denied. The provided password or token is incorrect or your account has 2FA enabled and you must use a personal access token instead of a password. See https://git.ekay.co.kr/help/topics/git/troubleshooting_git#error-on-git-fetch-http-basic-access-denied
fatal: Authentication failed for 'https://~~~'
git: 'credential-osxkeychain' is not a git command. See 'git --help'.
git: 'credential-osxkeychain' is not a git command. See 'git --help'.
remote: HTTP Basic: Access denied. The provided password or token is incorrect or your account has 2FA enabled and you must use a personal access token instead of a password. See https://git.ekay.co.kr/help/topics/git/troubleshooting_git#error-on-git-fetch-http-basic-access-denied
fatal: Authentication failed for 'https://~~~'
오류가 나면서 완료됨.
저 빨간화면... 보기싫으니 검색을 빠르게 했습니다.
Access Token이 만료되어서 인데요 Access Token을 발급받고 해결을 해보겠습니다
(Access Token 발급 방법은 검색을 통해 쉽게 접근 가능하니 패스ㅎㅎ)
SourceTree에서 인증 정보를 업데이트하면 된다는것을 확인 후 업데이트 해봤지만...
(SourceTree -> 도구 -> 옵션 -> 인증 -> 계정 -> 편집 -> 새로받은 Access Token으로 업데이트)
여전히 에러가 발생했습니다.
intellij에서는 Access Token을 통한 인증이 되는것을 확인했기 때문에 새로 발급받은 Access Token의 문제는 아니였습니다.
그렇다면 SourceTree에서 git lab으로 접근할때 인증이 실패했다는 소리인데...
Access Token이 SourceTree에 업데이트 되지 않았나? 라는 생각이 들었습니다.
조금 더 검색한 결과 SourceTree는 자체적으로 비밀번호를 기억하는 파일을 만들어주고
그것을 재사용 사용하는것 같았습니다.
일종의 비밀번호 캐시같은 것이랄까?
그 파일의 이름은... 바로 passwd 입니다.
바로 경로를 찾아줘 삭제했습니다.
C:\Users\[계정이름]\AppData\Local\Atlassian\SourceTree\passwd
이제 SourceTree에서 pull 또는 fetch를 하면 인증화면이 나옵니다:)

발급받은 Access Token으로 Login하면 정상적으로 작동합니다!
저와 같은 에러를 만나신분은 SourceTree의 passwd를 삭제해서 해결해 보세요!
잘 사용하던 SourceTree가 갑자기 Authentication falied 에러가 발생했는데요

git -c diff.mnemonicprefix=false -c core.quotepath=false --no-optional-locks fetch --no-tags origin
git: 'credential-osxkeychain' is not a git command. See 'git --help'.
git: 'credential-osxkeychain' is not a git command. See 'git --help'.
remote: HTTP Basic: Access denied. The provided password or token is incorrect or your account has 2FA enabled and you must use a personal access token instead of a password. See https://git.ekay.co.kr/help/topics/git/troubleshooting_git#error-on-git-fetch-http-basic-access-denied
fatal: Authentication failed for 'https://git.ekay.co.kr/ausys/mes.git/'
git: 'credential-osxkeychain' is not a git command. See 'git --help'.
git: 'credential-osxkeychain' is not a git command. See 'git --help'.
remote: HTTP Basic: Access denied. The provided password or token is incorrect or your account has 2FA enabled and you must use a personal access token instead of a password. See https://git.ekay.co.kr/help/topics/git/troubleshooting_git#error-on-git-fetch-http-basic-access-denied
fatal: Authentication failed for 'https://~~~'
git: 'credential-osxkeychain' is not a git command. See 'git --help'.
git: 'credential-osxkeychain' is not a git command. See 'git --help'.
remote: HTTP Basic: Access denied. The provided password or token is incorrect or your account has 2FA enabled and you must use a personal access token instead of a password. See https://git.ekay.co.kr/help/topics/git/troubleshooting_git#error-on-git-fetch-http-basic-access-denied
fatal: Authentication failed for 'https://~~~'
git: 'credential-osxkeychain' is not a git command. See 'git --help'.
git: 'credential-osxkeychain' is not a git command. See 'git --help'.
remote: HTTP Basic: Access denied. The provided password or token is incorrect or your account has 2FA enabled and you must use a personal access token instead of a password. See https://git.ekay.co.kr/help/topics/git/troubleshooting_git#error-on-git-fetch-http-basic-access-denied
fatal: Authentication failed for 'https://~~~'
오류가 나면서 완료됨.
저 빨간화면... 보기싫으니 검색을 빠르게 했습니다.
Access Token이 만료되어서 인데요 Access Token을 발급받고 해결을 해보겠습니다
(Access Token 발급 방법은 검색을 통해 쉽게 접근 가능하니 패스ㅎㅎ)
SourceTree에서 인증 정보를 업데이트하면 된다는것을 확인 후 업데이트 해봤지만...
(SourceTree -> 도구 -> 옵션 -> 인증 -> 계정 -> 편집 -> 새로받은 Access Token으로 업데이트)
여전히 에러가 발생했습니다.
intellij에서는 Access Token을 통한 인증이 되는것을 확인했기 때문에 새로 발급받은 Access Token의 문제는 아니였습니다.
그렇다면 SourceTree에서 git lab으로 접근할때 인증이 실패했다는 소리인데...
Access Token이 SourceTree에 업데이트 되지 않았나? 라는 생각이 들었습니다.
조금 더 검색한 결과 SourceTree는 자체적으로 비밀번호를 기억하는 파일을 만들어주고
그것을 재사용 사용하는것 같았습니다.
일종의 비밀번호 캐시같은 것이랄까?
그 파일의 이름은... 바로 passwd 입니다.
바로 경로를 찾아줘 삭제했습니다.
C:\Users\[계정이름]\AppData\Local\Atlassian\SourceTree\passwd
이제 SourceTree에서 pull 또는 fetch를 하면 인증화면이 나옵니다:)

발급받은 Access Token으로 Login하면 정상적으로 작동합니다!
저와 같은 에러를 만나신분은 SourceTree의 passwd를 삭제해서 해결해 보세요!