Source Tree access token 자격증명을 했는데도 불구하고 authentication fail이 나올 경우
git bash에서 아래와 같이 명령어 입력
#credential manager 활성화
git config --global credential.helper manager-core
#확인
git config --global credential.helper => manager-core
#Git Credential Manager가 설치
git config --global credential.helper manager
#확인
git config --global credential.helper ==> manager
그러면 push 잘됨!