Skip to content

Git clone/checkout on Windows fails #26

@andygruber

Description

@andygruber

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions