728x90
운영서버(폐쇄망)에서 git clone 하려고 sha.pub 키를 git에 등록하고 진행 하는데
다음과 같은 에러가 났다.
Git "You're using an RSA key with SHA-1, which is no longer allowed. Please use a newer client or a different key type."
[해결방법]
ssh-keygen -t ecdsa -b 521 -C "your_email@example.com"
이걸로 git > settings > key 에 등록하고 (sha 키 등록과 똑같이) 다시 진행하면 된다.
쉬운게 없음 이 에러가 갑자기 왜났는지도 모르겠다
728x90
'🐾 깃 𝗚𝗶𝘁 𝗛𝘂𝗯' 카테고리의 다른 글
[Git] Make sure you configure your 'user.name' and 'user.email' in git. (0) | 2023.02.21 |
---|---|
Git submodule, 깃 서브모듈 첫걸음 (fatal: not a git repository (or any of the parent directories): .git) (0) | 2023.02.17 |
Git Branch 종류와 사용법 (1) | 2022.07.23 |
[깃 init 다시하기] Git init 취소, 삭제, 연결 끊기 (0) | 2021.07.21 |
GitHub 깃헙 사용법! 차근차근 첫 커밋 해보기 (git add,commit,push) (6) | 2021.07.21 |
댓글