How to fix fatal: could not read Password of Sourcetree (소스 트리 could not read Password 에러 수정 방법)공부방/기타2020. 12. 23. 11:32
Table of Contents
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 credential.helper sourcetree
입력 git config credential.helper
출력 sourcetree
마지막 출력까지 확인 하였으면 터미널을 닫고 작업을 마무리 해보자!
반응형
'공부방 > 기타' 카테고리의 다른 글
Mac VScode 관리자 권한으로 실행 (0) | 2024.04.06 |
---|---|
stable-diffusion-webui local 네트워크에서 접속 방법 (0) | 2024.02.13 |
How to install openinterminal in mac os (맥에 openinterminal설치 하는 방법) (0) | 2023.02.12 |
Visual studio loading symbols remove (visual studio 로딩 심볼 제거 방법) (0) | 2020.03.04 |
Fabric Black Screen when iOS dSYM Click link (Fabric iOS dSYM 링크 클릭시 검은 화면) (0) | 2019.11.07 |
@soycrab :: 꿀맛코딩
행복한 코딩을 위하여!
포스팅이 좋았다면 "좋아요❤️" 또는 "구독👍🏻" 해주세요!