美文网首页Development
--author '' is not 'Name ' and

--author '' is not 'Name ' and

作者: survivorsfyh | 来源:发表于2022-09-26 10:41 被阅读0次

    Github 提交新 code 的时候遇到了如下异常:

    上午9:43  Commit failed with error
            0 files committed, 23 files failed to commit: 2022年09月23日20:02:19
            --author 'xxx' is not 'Name <email>' and matches no existing author
    

    首先,排查当前帐号在该项目中是否还有权限;
    其次,若存在则重新编辑 Authon 提交的格式,以 姓名<邮箱@地址.com> 的格式,即用户名<邮箱>的格式;
    最后重新尝试提交即可,log 中出现类似 files committed 相关的字眼即成功.


    以上便是此次分享的全部内容,希望能对大家有所帮助!

    相关文章

      网友评论

        本文标题:--author '' is not 'Name ' and

        本文链接:https://www.haomeiwen.com/subject/woitartx.html