spring-boot-graph-processing-example
spring-boot-graph-processing-example copied to clipboard
Repo clone error.
Trying to clone this repo from windows environment, I get this error:
Invalid path: twitter-rank-web/src/main/resources/static/dist/fonts/glyphicons-halflings-regular.eot?
Thanks in advance.
I have this problem as well into a Windows formatted filesystem. I get the following errors though all other files were cloned.
$ git clone https://github.com/kbastani/spring-boot-graph-processing-example.git
Cloning into 'spring-boot-graph-processing-example'...
remote: Counting objects: 437, done.
remote: Total 437 (delta 0), reused 0 (delta 0), pack-reused 437
Receiving objects: 100% (437/437), 251.85 KiB | 0 bytes/s, done.
Resolving deltas: 100% (160/160), done.
Checking connectivity... done.
error: unable to create file twitter-rank-web/src/main/resources/static/dist/fonts/glyphicons-halflings-regular.eot? (No such file or directory)
error: unable to create file twitter-rank-web/src/main/resources/static/fonts/glyphicons-halflings-regular.eot? (No such file or directory)
fatal: unable to checkout working tree
warning: Clone succeeded, but checkout failed.
You can inspect what was checked out with 'git status'
and retry the checkout with 'git checkout -f HEAD'
https://stackoverflow.com/questions/17910125/git-clone-unable-to-create-file
I am running Bash on Ubuntu on Windows (BUW) and if I clone into a directory that's in the LxFS (e.g., ~) then the clone works just fine.