观书散遗帙,探古穷至妙。这篇文章主要讲述android studio Authentication failed for相关的知识,希望能为你提供帮助。
今天更新项目代码提示
Authentication failed for
后来一起是把git平台密码修改了
忘了修改android studio
密码所以更新失败
我在android studio Terminal
输入 git config --global user.email "password"
回车后用git config --global --list查看密码确实修改了,但更新代码还是提示认识
失败
git config --global user.name "你的用户名"
回车
git config --global user.email "你的密码"
回车
【android studio Authentication failed for】git config --global --list
查看修改
更新代码成功
解决办法:打开Git
Bash
输入$ git config --system --unset credential.helper
回车
就可以重新输入账号密码
进行Clone
推荐阅读
- 使用Hbuild打包APP
- ABP中mapping中忽略属性
- e581. Animating an Array of Images in an Application
- e557. 在Applet中显示图片
- Unity输出PC端(Windows) 拖拽文件到app中
- e558. 在Applet中多图片交互显示
- e552. 取Applet的参数
- SVG g元素用法详解
- SVG教程入门介绍