【发布时间】:2017-12-04 06:23:21
【问题描述】:
今天我将我的 XCode 更新到 9.1,现在我无法再将 bitbucket 存储库克隆到 XCode 中。
当我尝试时,我得到“授权失败”。
我不知道这是否相关,但今天,当我登录 bitbucket 时,我收到一条消息,说我无法再使用我的用户名登录,但不能使用我的电子邮件地址。
以前我在将 repo 克隆到 XCode 时会使用此链接:
https://totsubo@bitbucket.org/totsubo/wordscardsnew.git
XCode 然后自动将我的用户名设置为“totsubo”,我无法更改它。我在密码字段中输入了我的密码,但在单击“完成”后,XCode 给了我一个“身份验证失败”错误。
奇怪的是,如果我将密码放入 https 链接,那么 XCode 就能够克隆 repo。 (https://totsubo:password@bitbucket.org/totsubo/wordscardsnew.git)
【问题讨论】: