切换git账号Android工作室Mac
Switch git account Android studio Mac
最近我在 android studio 中使用下拉按钮拉取提交时遇到了一个问题,我收到了这个错误:
Update failed
Invocation failed Unexpected end of file from server
java.lang.RuntimeException: Invocation failed Unexpected end of file from server
在我尝试在终端内置 android studio 中执行 git pull 命令后,他们要求我输入错误帐户的密码(我在另一个项目中使用了这个帐户)
我试过的
我使用了这些命令:
git config --global user.name "Bob"
git config --global user.email "bob@example.com"
但它仍然要求我提供旧帐户,而不是我在下一个命令中提供的帐户
删除Keychain access中的所有凭据并再次执行pull(我认为它应该再次要求我提供凭据但不幸的是这并没有发生)
任何想法或建议
提前致谢:)
这是因为 Bitbucket 最近发生了变化。
https://atlassian.community/t5/x/x/ba-p/1948231
尝试使用 SSH-based 克隆而不是基于 username/password 的克隆。
最近我在 android studio 中使用下拉按钮拉取提交时遇到了一个问题,我收到了这个错误:
Update failed
Invocation failed Unexpected end of file from server
java.lang.RuntimeException: Invocation failed Unexpected end of file from server
在我尝试在终端内置 android studio 中执行 git pull 命令后,他们要求我输入错误帐户的密码(我在另一个项目中使用了这个帐户)
我试过的
我使用了这些命令:
git config --global user.name "Bob"
git config --global user.email "bob@example.com"
但它仍然要求我提供旧帐户,而不是我在下一个命令中提供的帐户删除Keychain access中的所有凭据并再次执行pull(我认为它应该再次要求我提供凭据但不幸的是这并没有发生)
任何想法或建议
提前致谢:)
这是因为 Bitbucket 最近发生了变化。
https://atlassian.community/t5/x/x/ba-p/1948231
尝试使用 SSH-based 克隆而不是基于 username/password 的克隆。