ssh-agent에 개인키를 등록하려할때 "Could not open a connection to your authentication agent" 에러를 뱉으면서 안되는 경우가 있다. (나의 경우엔 Git bash에서 문제가 발생)
아래처럼 ssh-agent를 eval 시켜주면 해결된다.
eval $(ssh-agent)
ssh-add ~/.ssh/<등록을 원하는 개인키>
LIST
'Study > Git' 카테고리의 다른 글
in the working copy of ... LF will be replaced by CRLF the next time Git touches it (0) | 2024.04.19 |
---|---|
ssh key 등록 에러날 때 It is required that your private key files are NOT accessible by others.This private key will be ignored. (1) | 2023.03.04 |
[Git] Reset을 이용한 Merge 취소 (0) | 2022.06.02 |
[Git] Permission denied (publickey) 에러 해결방법 (0) | 2022.04.30 |
[Git] Git push 할 때 username, password 물어보면? (0) | 2022.04.30 |