본문 바로가기
다시 개발자

[Android Studio] Invocation failed Unexpected end of file from server 에러

by 까삼스 이삐 2022. 8. 29.
728x90
반응형

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을 하면 됩니다.

 

728x90
반응형

댓글