
공부방/기타2020. 12. 23. 11:32How to fix fatal: could not read Password of Sourcetree (소스 트리 could not read Password 에러 수정 방법)
Sourcetree의 깃플로우를 이용해 Feature 를 마무리 하려고 하니 fatal: could not read Password for ' 'https://xxxxxxx@bitbucket.org': Device not configured Fatal: Could not fetch feature/text_relay from origin. 위와 같은 에러가 나오면서 정상적으로 마무리가 안되었다. 아마 여러 해결 방법이 있겠지만 내가 해결한 방법은 아래와 같다. 1. 터미널을 눌러 실행시키자 2. 아래의 순서대로 명령어를 입력하자 (입력과 출력이 정상적으로 이루어져야 정상 동작 하는것이다) 입력 git config credential.helper 출력 osxkeychain 입력 git config crede..