Unable to auto-detect email address

前端 未结 14 1356
故里飘歌
故里飘歌 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

    Try the following steps,

    1. Open command prompt and then run
    2. git config --global user.email "YOU@EXAMPLE.COM" // put your email address press enter
    3. git config --global user.name "YOUR NAME" // put your name

提交回复
热议问题