에러 메시지
PuTTY's cache and carry on connecting.
If you want to carry on connecting just once, without
adding the key to the cache, enter "n".
If you do not trust this host, press Return to abandon the
connection.
Store key in cache? (y/n, Return cancels connection, i for more info) fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
해결
1. plink.exe 경로로 이동(C:\Users\[계정명]\AppData\Local\SourceTree\app-[버전]\tools\putty)
2. 해당 경로에서 터미널을 열고 다음 명령어를 입력
- .\plink.exe "저장소주소"
- 비밀번호를 입력하여 접속
3. 다시 sourcetree에서 pull
'Git > 문제 해결' 카테고리의 다른 글
[Git] Detached HEAD 해결 (0) | 2024.05.02 |
---|---|
[Git] SourceTree에서 터미널을 열었을때 could not fork child process 에러 발생할 때 (0) | 2024.04.20 |
[Git] warning: in the working copy of '파일명', LF will be replace by CRLF the next time touches it (0) | 2024.01.14 |
[Git] 한글 파일명 깨짐 수정 (0) | 2023.12.24 |
[Git] warning: adding embedded git repository [폴더명] (0) | 2023.12.22 |