Android Studio로 Github에 push 에러/github Permission denied (publickey) 해결/Please make sure you have the correct access rights and the repository exists.


Android Studio로 Github에 push 에러/github Permission denied (publickey) 해결/Please make sure you have the correct access rights and the repository exists.

안드로이드 스튜디오에서 push를 하려는데 다음과 같은 에러가 발생했다. 로그를 보니 Please make sure you have the correct access rights and the repository exists. 라고 써져 있는데, 해석해보면 올바른 액세스 권한이 있는 저장소가 있는지 인증해달라는 뜻인 거 같다. 다음과 같이 해결해보자. 해결법 첫째로 말씀드릴 것은 안드로이드 스튜디오가 아닌, 다른 깃 프로그램이나 에디터에서도 가능하니 시도해보시기 바랍니다. (전부 다가 아닐 수도 있습니다) SSH and GPG Key를 클릭하고, -> New SSH Key를 클릭한다. 아래 그림 순서대로 들어가 보자. 난 이미 만들어서 있다. 저 빨간 동그라미를 클릭하자. 자 여기까지 하고, (깃허브 창..


원문링크 : Android Studio로 Github에 push 에러/github Permission denied (publickey) 해결/Please make sure you have the correct access rights and the repository exists.