Git author Unknown

后端 未结 5 905
南方客
南方客 2020-12-08 00:37

my author name in all my commits is coming up as unknown https://github.com/freeenergy/Teacher-Login-Validation-Module

did this

$ git config         


        
5条回答
  •  攒了一身酷
    2020-12-08 01:15

    I just found my recent push is with author "Unknown".

    What I just did was to reset the last commit by git reset --mixed HEAD~1 and add, commit, and push -f by git-bash. Push by GitKraken always mess this up, but git-bash does it well. My suggestion is always check the author before push with git log.

提交回复
热议问题