Hello,
I am trying to implement the workflow "Application as the manifest repository" as described here:
I copied the example west.yml file and added the URL to my repos. In my case there are no forks of the NCS repos.
Then I initialized west with: west init -l project
It was successful, then I proceeded to update with: west update
However this is step failed because it is asking me for my Github password:
=== updating nrf (nrf):
--- nrf: initializing
warning: templates not found in ../git_templates
Initialized empty Git repository in C:/workspace/repos/DNG_nRF9160/nrf/.git/
--- nrf: fetching, need revision v1.5.0
Username for 'https://github.com':
Do I need a Github account for checking out the NCS repositories ? I though they were publicly available.