当前位置 博文首页 > Zhang Phil:Github错误:fatal: Authentication failed for 'ht

    Zhang Phil:Github错误:fatal: Authentication failed for 'ht

    作者:[db:作者] 时间:2021-07-03 22:08

    GitHub push代码发生错误:fatal: Authentication failed for 'https://github.com/ ...

    使用的https提交,在用SourceTree提交代码时候发生错误,返回的错误提示说:

    fatal: Authentication failed for 'https://github.com/ ... 

    如图所示:


    解决方案,重新执行git config命令配置用户名和邮箱即可:

    git config -–global user.name "xxx" 
    git config –-global user.email "xxx@xxx.com" 


    cs