zoukankan      html  css  js  c++  java
  • Git进行clone的时候,报错:remote: HTTP Basic: Access denied fatal: Authentication failed for ...

    先执行:

    git config --system --unset credential.helper
    

    原因:用户名或者密码错;

            会提示让重新输入用户名和密码,输入正确的用户名和密码即可!

            这样以后发现,每次clone都会弹框让输入用户名和密码,挺麻烦的,设置不需要每次都输入用户名和密码;

    执行:

    git config --global credential.helper store
    

      然后重新输入正确的用户名和密码,那么下一次clone,将不会提示让重新输入用户名和密码了。

  • 相关阅读:
    Codeforces 1105C Ayoub and Lost Array
    绍兴市acm竞赛
    CodeForces#520 div2 1062B
    CodeForces#520 div2 1062A
    1067A
    测试MathJax
    BZOJ1010 玩具装箱toy
    停止
    秽翼
    爆零
  • 原文地址:https://www.cnblogs.com/zhang-yawei/p/13570403.html
Copyright © 2011-2022 走看看