Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Git clone/checkout on Windows fails #26

Closed
andygruber opened this issue Dec 30, 2022 · 0 comments · May be fixed by #27
Closed

Git clone/checkout on Windows fails #26

andygruber opened this issue Dec 30, 2022 · 0 comments · May be fixed by #27

Comments

@andygruber
Copy link

Hi,

The clone/checkout fails on Windows:

$ git clone https://github.com/MickMake/GoSungrow.git
Cloning into 'GoSungrow'...
remote: Enumerating objects: 60287, done.
remote: Counting objects: 100% (875/875), done.
remote: Compressing objects: 100% (484/484), done.
remote: Total 60287 (delta 588), reused 605 (delta 390), pack-reused 59412
Receiving objects: 100% (60287/60287), 32.76 MiB | 21.86 MiB/s, done.
Resolving deltas: 100% (35066/35066), done.
error: invalid path 'docs/data/js/nc.js?t=2015052012'
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 :/'

$ git restore --source=HEAD :/
error: invalid path 'docs/data/js/nc.js?t=2015052012'
error: invalid path 'docs/data/js/zhuge.js?v=202218'

The files with the question marks in the filename are not referenced within the repo, so I guess they can be removed?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants