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

Support cloning repo into Windows #42

Open
2 tasks
dieko95 opened this issue Oct 24, 2020 · 0 comments
Open
2 tasks

Support cloning repo into Windows #42

dieko95 opened this issue Oct 24, 2020 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@dieko95
Copy link
Member

dieko95 commented Oct 24, 2020

When cloning the repo on Windows, github raises the following error:

Cloning into 'C:\Users\Acer\Documents\GitHub\c4v-py'...
remote: Enumerating objects: 162, done.        
remote: Counting objects: 100% (162/162), done.        
remote: Compressing objects: 100% (104/104), done.        
remote: Total 1774 (delta 61), reused 114 (delta 39), pack-reused 1612        
Receiving objects: 100% (1774/1774), 38.75 MiB | 5.32 MiB/s, done.
Resolving deltas: 100% (543/543), done.
error: invalid path 'brat-v1.3_Crunchy_Frog/data/*.ann'
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 :/'

Would you like to retry cloning ?

This is due to the following path within the repo that is not supported on Windows:
error: invalid path 'brat-v1.3_Crunchy_Frog/data/*.ann'

  • Include v1.3_Crunchy_Frog/ in .gitignore
  • Document naming conventions, where the annotations are saved, and the workflow for annotating.

After merging this PR, it is necessary to tackle the following PR

@dieko95 dieko95 added the bug Something isn't working label Oct 24, 2020
@dieko95 dieko95 changed the title # Support cloning repo into Windows Support cloning repo into Windows Oct 24, 2020
@dieko95 dieko95 self-assigned this Oct 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant