Hi,
I just wanted to reinstall the nRF Connect SDK with version 1.2.0 to make sure everything is clean on my new project.
But when I am trying to clone the repository using west I am always getting this error:
Fullscreen
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
C:\ncs>west init -m https://github.com/NordicPlayground/fw-nrfconnect-nrf --mr v1.2.0
=== Initializing in c:\ncs
--- Cloning manifest repository from https://github.com/NordicPlayground/fw-nrfconnect-nrf, rev. v1.2.0
Initialized empty Git repository in c:/ncs/.west/manifest-tmp/.git/
remote: Enumerating objects: 24920, done.
remote: Total 24920 (delta 0), reused 0 (delta 0), pack-reused 24920 eceiving objects: 100% (24920/24920), 8.67 MiB | 2.Receiving objects: 100% (24920/24920), 9.52 MiB | 2.25 MiB/s, done.
Resolving deltas: 100% (17254/17254), done.
From https://github.com/NordicPlayground/fw-nrfconnect-nrf
* tag v1.2.0 -> FETCH_HEAD
* [new branch] master -> origin/master
* [new branch] v1.0-branch -> origin/v1.0-branch
* [new branch] v1.1-branch -> origin/v1.1-branch
* [new branch] v1.2-branch -> origin/v1.2-branch
* [new tag] v0.1.0 -> v0.1.0
* [new tag] v0.1.0-rc1 -> v0.1.0-rc1
* [new tag] v0.3.0 -> v0.3.0
* [new tag] v0.3.0-rc1 -> v0.3.0-rc1
* [new tag] v0.3.0-rc2 -> v0.3.0-rc2
* [new tag] v0.4.0 -> v0.4.0
* [new tag] v0.4.0-rc1 -> v0.4.0-rc1
I already reinstalled west and python, performed restarts, used different consoles always with admin rights - nothing helped.
Can you please help me?
Thanks in advance,
Manuel