Unable to auto-detect email address

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

    Put your computer's username

    git config --global user.email "YOU@EXAMPLE.COM"
    git config --global user.name "YOUR COMPUTER\'S USERNAME"
    

提交回复
热议问题