[Android Studio/GitHub] 안드로이드 스튜디오와 깃허브 연동하기 (3)
방법 (3)
[Android Studio/GitHub] 안드로이드 스튜디오와 깃허브 연동하기 (2)
방법 (2) 참고 [Git] git ssh clone시 'The authenticity of host ~ can't be established 오류 해결하는 방법 Git을 처음 설치하고 저장소를 ssh clone 받을 때 위의 오류가 발생하는 경우가 있다. 깃허브에서..
shinye0213.tistory.com
Can't finish GitHub sharing process
Successfully created project 'android_study' on GitHub, but initial push failed:
Warning: Permanently added 'github.com,15.164.81.167' (ECDSA) to the list of known hosts.
Connection reset by 15.164.81.167 port 22 Could not read from remote repository.
Please make sure you have the correct access rights and the repository exists.
참고
github 에러...
Can't finish GitHub sharing process Successfully created project 'xxxx-xxxx' on GitHub, but initial push failed: Permission denied (pu..
lloydkwon.tistory.com
Update Git on Windows : 윈도우용 깃 업데이트 - 아크몬드넷
https://git-scm.com/downloads 현재 최신 버전은 2.25.0이다. 명령 프롬프트(cmd.exe)를 열어서 아래 명령을 입력한다. git --version 현
archmond.net