Skip to content

Fatal Error during setup of Zephyr #67654

Closed Answered by hafizmqasim
hafizmqasim asked this question in Q&A
Discussion options

You must be logged in to vote

Fixed the problem.

Updated the project.py file located at "C:\Users\m3n1iz\zephyrproject.venv\Lib\site-packages\west\app" as

self.check_call(['git', 'clone', '--depth=1'] + branch_opt +
[manifest_url, os.fspath(tempdir)])

By setting the depth=1 in git clone command, west init zephyrproject is successfully completed.

=== Initializing in C:\Users\m3n1iz\zephyrproject
--- Cloning manifest repository from https://github.com/zephyrproject-rtos/zephyr
Cloning into 'C:\Users\m3n1iz\zephyrproject.west\manifest-tmp'...
remote: Enumerating objects: 36447, done.
remote: Counting objects: 100% (36447/36447), done.
remote: Compressing objects: 100% (28225/28225), done.
remote: Total 36447 (delta 8453)…

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
3 replies
@ndrs-pst
Comment options

@hafizmqasim
Comment options

@hafizmqasim
Comment options

Answer selected by hafizmqasim
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants