Unable to auto-detect email address

前端 未结 14 1355
故里飘歌
故里飘歌 2021-01-30 19:40

I\'m new to SmartGit. I can\'t commit through my repository, the message I\'m receiving is:

Unable to auto-detect email address (got \'Arreane@Arreane-PC.(none)\         


        
14条回答
  •  太阳男子
    2021-01-30 20:26

    Ran the sample of these commands:

    git config --global user.email "focus1@gmail.com"

    git config --global user.name "focus1"

    Footnote:

    focus1@gmail.com === email address used to login to your github account.

    focus === your github username

提交回复
热议问题