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

Parents
  • Hi again,

    I forgot to mention that there was no "Welcome Window", hence the installation video was a little bit confusing in the start up. I thought that the video was a guideline for an earlier versjon of nRF Connect for Desktop, but maybe not.

    BR,

    Svein

  • Hi Svein,

    Svein said:
    that there was no "Welcome Window",

    The welcome window has been removed in the latest update, so that is not an issue: You can read more on our choice to move to the nRF Connect SDK here: https://devzone.nordicsemi.com/nordic/nordic-blog/b/blog/posts/nrf-connect-sdk-and-nrf5-sdk-statement  

    Which application did you try to run.?

    Regards,

    Swathy

  • Hi Swathy,

    Please see my first post in this thread.

     

    We have installed the latest version of nRF Connect for Desktop on a brand-new computer (windows 11) for learning the new SDK.

    We have followed Nordic videos on how to install the SDK and came to the point where we should create a new project. Then we got the following message:

    ==============================================

    [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)')

    ==================================================

     

     

    As mentioned, we do not have any experience with GIT, but have some basic idea of what GIT is.

     So, my question is: How to move on from here?

     

    Kind regards

    Svein

Reply
  • Hi Swathy,

    Please see my first post in this thread.

     

    We have installed the latest version of nRF Connect for Desktop on a brand-new computer (windows 11) for learning the new SDK.

    We have followed Nordic videos on how to install the SDK and came to the point where we should create a new project. Then we got the following message:

    ==============================================

    [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)')

    ==================================================

     

     

    As mentioned, we do not have any experience with GIT, but have some basic idea of what GIT is.

     So, my question is: How to move on from here?

     

    Kind regards

    Svein

Children
Related