Bootstrap

解决Android studio git报错“fatal: unable to access ‘https://[email protected]:649bc71a702c0caca”

进入Android studio 点击顶部 Git 

然后点击Manage Remotes

1735b55ffd97462d802f6cff65b5ccc1.png

 然后修改URL

b2ea3a64618e419ea38b5bf1c83622fe.jpg

 

将URL修改,复制你的云效克隆库地址

 

在里面加入 username:password@
其中username是你的克隆账号
password是你的克隆密码

例如你的克隆库地址如下

https:/codeup.aliyun.com/649bc71a702c0cacad99d902/DiglettGame.git

则将它修改为

https:/username:[email protected]/649bc71a702c0cacad99d902/DiglettGame.git

如何查看克隆账号或密码:https://help.aliyun.com/document_detail/158880.html

 

;