Good Morning,
I have instaled ncs 2.5.0 on a new PC windows11 and when I create a new application for i.e a blinky application for one test.
Visual studio code indicate : Failed to create application. View the Output panel for more information.

Good Morning,
I have instaled ncs 2.5.0 on a new PC windows11 and when I create a new application for i.e a blinky application for one test.
Visual studio code indicate : Failed to create application. View the Output panel for more information.
Hi Alexandre,
When you make a new application from a sample in nRF Connect for VS Code, a Git repository is automatically created and the sample code committed to that repo. However, this only works if you have configures the name and email in Git, as explained in the error message:
git config --global user.email "[email protected]" git config --global user.name "Your Name"
The team is aware of this and in a future release this error message will be supressed to avoid confusion.
Einar
Hi Alexandre,
When you make a new application from a sample in nRF Connect for VS Code, a Git repository is automatically created and the sample code committed to that repo. However, this only works if you have configures the name and email in Git, as explained in the error message:
git config --global user.email "[email protected]" git config --global user.name "Your Name"
The team is aware of this and in a future release this error message will be supressed to avoid confusion.
Einar