We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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?
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Hi,
The clone/checkout fails on Windows:
The files with the question marks in the filename are not referenced within the repo, so I guess they can be removed?
The text was updated successfully, but these errors were encountered: