server2021. 8. 18. 17:50

 

[github]8월 13일 id , password 불가 이슈 해결방법

ec2에서 ubuntu로 사용중인데..

 

git pull 땡기고 https로 id , password 입력해서 진행 했었다..

 

그런데 8월 13일부터 막는단다???

 

accesstoken사용하라는데??

 

ssh생성해서 사용 하는 방식으로 바꿔야 한다..

 

밑의 참조처럼 하면 되는데

 

1. sshkey 생성한다..

ssh-keygen -t rsa -C "{your-github-email}"

엔터 3번 

 

2. ssh-rsa 부터 복사해둔다..

cat ~/.ssh/id_rsa.pub

 

3. github 사이트 들어가서 ssh 등록 시켜주면 ssh방식으로 clone , pull 받을 수 있다.

 

 

 

[참조] https://dongza.tistory.com/15 

 

[AWS] git push origin master 후 Permission denied 에러 해결 방법

aws에서 새로운 인스턴스를 만들고 git을 연동하다 보면 꼭 마주치는 에러다. [ec2-user@doolda]$ git push origin master Permission denied (publickey). fatal: Could not read from remote repository. Please..

dongza.tistory.com

 

Posted by thdeodls85