본문 바로가기

Github4

[Android Studio] Invocation failed Unexpected end of file from server 에러 Android Studio에서 Git(Gitlab, GitHub)으로 소스를 download(pull, update project) 받을 때 또는 upload(push)할 때 "Invocation failed Unexpected end of file from server"라는 에러 처리입니다. 해결 방법: [Mac] Android Studio > References... 을 클릭합니다. [windows] File > Settings을 클릭합니다. References 창, 왼쪽 메뉴 중 Version Control에 Git 선택합니다. 그리고 오른쪽 하단에 있는 "Use credential helper"를 체크하고 "OK" 버튼을 누릅니다. Git에 push / pull을 하면 됩니다. 2022. 8. 29.
GitHub Repository public <--> private 변경하는 방법 GitHub Repository 공개 옵션을 변경하는 방법입니다. 공개 옵션을 변경할 Repository에 들어가 Settings을 클릭합니다. Settings 화면을 맨 아래로 내립니다. 그럼 "Danger Zone"을 발견할 수 있습니다. "Danger Zone"에서 "Change visibility"를 클릭합니다. "Change repository visibility" 창에서 원하시는 옵션을 선택하면 됩니다. 저는 public을 private으로 변경할 예정입니다. 그래서 make private을 선택하면 추가 설명이 나옵니다. 그리고 confirm을 위해 id/repository 를 입력하면 "I understand, change repository visibility" 버튼이 활성화됩니다. "I.. 2022. 7. 20.
GitHub Token생성하기 GitHub Token생성하기 입니다. 1. GitHub 로그인 GitHub에 로그인을 합니다. https://github.com GitHub: Where the world builds software GitHub is where over 83 million developers shape the future of software, together. Contribute to the open source community, manage your Git repositories, review code like a pro, track bugs and feat... github.com 로그인에 성공하면 다음과 같이 초기 화면이 나옵니다. 초기화면 메뉴바의 맨 오른쪽에 있는 아이콘 옆 화살표를 누르면 메뉴가 나옵니다.. 2022. 7. 18.
xcode에 GitHub 연동하기 xcode에 GitHub를 연동하는 방법입니다. xcode > Preferences...를 클릭합니다. Accounts창 왼쪽 하단의 + 버튼을 클릭합니다. "Select the type of account you would like to add:" 창에 scroll을 조금 내려 GitHub를 선택하고 Continue를 클릭합니다. GitHub 계정과 Token을 입력하고 Sign In을 클릭합니다. 만약 Token이 없다면 아래 글을 참조해서 Token을 생성하십시오. 2022.07.18 - [다시 개발자] - GitHub Token생성하기 GitHub Token생성하기 GitHub Token생성하기 입니다. 1. GitHub 로그인 GitHub에 로그인을 합니다. https://github.com G.. 2022. 7. 18.