mustafa hasria
mustafa hasria

Reputation: 510

Switch git account Android studio Mac

Recently I face a problem once I pulled commits using pull button in android studio I got this error:

Update failed
        Invocation failed Unexpected end of file from server
        java.lang.RuntimeException: Invocation failed Unexpected end of file from server

After I tried to execute the git pull command in terminal built-in android studio they asked me for a password for the wrong account(I used this account in another project)

What I tried

Any ideas or suggestions

Thanks in Advance : )

Upvotes: 0

Views: 1346

Answers (1)

Nandan A
Nandan A

Reputation: 343

Its because of recent changes in Bitbucket.

https://atlassian.community/t5/x/x/ba-p/1948231

Trying using the SSH-based cloning instead of username/password based.

Upvotes: 1

Related Questions