Problem related to creating new application in nRF SDK v2.4.2 and nNR Connect for Desktop v4.2.0

Dear sir/madame

In our development we have used NRF52 SDK’s and currently using SDK17.1.0 and SES.

Due to new upcoming projects, we are considering moving to Zephyr and Visual Studio IDE. Our development PC’s are running Windows 11.

A couple of days ago we installed NRF Connect for desktop on a brand-new PC and followed your installing guidelines.

 

Everything went well up to the point where we created a new application, where we got the following error.

--------------------------------------------------------------------

[23:02:45] nRF Command Line Tools 10.23.0 are up to date

Command failed: git commit -m "Initial commit for Test1"

Author identity unknown

 

*** Please tell me who you are.

 

Run

 

  git config --global user.email "[email protected]"

  git config --global user.name "Your Name"

 

to set your account's default identity.

Omit --global to set the identity only in this repository.

 

fatal: unable to auto-detect email address (got 'sthor@Development-PC.(none)')

 

---------------------------------------------------------------------

 

To your information, we have not used GIT in our development process, but we have some basic knowledge about GIT.

How can we correct the issue described above?

Kind regards,

 Svein

Related