我正在Windows中克隆我的存储库:https://github.com/garvit-joshi/Competitive-Programming
Cloning into 'Competitive-Programming'...
remote: Enumerating objects: 124, done.
remote: Counting objects: 100% (124/124), done.
remote: Compressing objects: 100% (113/113), done.
remote: Total 399 (delta 53), reused 35 (delta 10), pack-reused 275
Receiving objects: 100% (399/399), 130.31 KiB | 357.00 KiB/s, done.
Resolving deltas: 100% (174/174), done.
error: invalid path 'HackerRank/A: Left Rotation.cpp'
fatal: unable to checkout working tree
warning: Clone succeeded, but checkout failed.
You can inspect what was checked out with 'git status'
and retry with 'git restore --source=HEAD :/'
我尝试在GitHub中重命名该文件,然后克隆该存储库,但没有成功。