zoukankan      html  css  js  c++  java
  • 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 "你的密码"  回车

    git config --global --list  查看修改  更新代码成功

    解决办法:打开Git Bash 输入$ git config --system --unset credential.helper  回车  就可以重新输入账号密码 进行Clone

  • 相关阅读:
    的地方d'fe'w
    日期
    equals方法
    接口作为成员变量类型
    匿名内部类注意事项
    匿名内部类
    局部内部类注意问题
    可以
    C中的volatile关键字
    继承权限问题
  • 原文地址:https://www.cnblogs.com/freexiaoyu/p/9576352.html
Copyright © 2011-2022 走看看