使用git命令更改信息问题

时间:2016-10-31 21:59:14

标签: git

我找到了此链接,了解如何重命名作者姓名和电子邮件https://help.github.com/articles/changing-author-info/

但它第一次对我有用。现在我在终端中收到此错误:

Cannot create a new backup.
A previous backup already exists in refs/original/
Force overwriting the backup with -f

1 个答案:

答案 0 :(得分:1)

-f命令添加git filter-branch标志。 例如,从以下位置更改脚本的第一行:

git filter-branch --env-filter '

到此:

git filter-branch -f --env-filter '