I am trying to clone a github repository to my local windows machine url: https://github.com/Patrick-The-Star/codility-lessons.git . But I get this result :
Cloning into 'codility-lessons'...
remote: Counting objects: 349, done.
emote: Total 349 (delta 0), reused 0 (delta 0), pack-reused 349
Receiving objects: 100% (349/349), 2.38 MiB | 1.09 MiB/s, done.
Resolving deltas: 100% (115/115), done.
Checking connectivity... done.
fatal: cannot create directory at 'lesson 1 : Time Complexity': Invalid argument
warning: Clone succeeded, but checkout failed.
You can inspect what was checked out with 'git status'
and retry the checkout with 'git checkout -f HEAD'
I researched a little and it seems I need to have enough disk space and I do. I assume it is because of the file name and it has spaces in the file "lesson 1 : Time complexity" I am not sure though. Either way how do I solve this problem?