Notice
Recent Posts
Recent Comments
Link
거의 알고리즘 일기장
circle ci에서 ssh key가 있음에도 repo를 가져오지 못하는 현상 본문
에러코드
Using SSH Config Dir '/home/circleci/.ssh'
git version 2.34.1
Cloning git repository
Cloning into '.'...
Warning: Permanently added the ECDSA host key for IP address '140.82.114.4' to the list of known hosts.
ERROR: Repository not found.
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
exit status 128
상황
- ssh key는 문제없이 설정되어 있음
- checkout step시에 repo를 가져오지 못하는 문제가 있음
해결
- 정말 간단하게도.. ssh key를 지웠다가 다시 연결하면 됨
참고
https://batsov.com/articles/2022/09/20/resetting-circleci-checkout-ssh-keys/
반응형
'web' 카테고리의 다른 글
기존 프로젝트를 git history를 유지한 상태로 monorepo에 프로젝트 합치기 (git history 유지한채로 repo 두개 합치기) (0) | 2023.08.29 |
---|---|
svg drawing 구현과 문제, 그리고 simplify 방법 (0) | 2023.04.29 |
github issue template 추가하기 (0) | 2023.03.15 |
react context rerender 방지하기 (with: constate, use-context-selector) (0) | 2023.03.14 |
cra 환경에서 배포환경에 따라 .env 나누기 & 동작에 대해 톺아보기(with: env-cmd) (0) | 2023.03.13 |
Comments