dexcalibur icon indicating copy to clipboard operation
dexcalibur copied to clipboard

Missing font from repo

Open kylemd opened this issue 2 years ago • 0 comments

Pretty self explanatory.

Removing ?v=4.6.3 from filename makes clone work with no errors.

PS C:\Users\kyle\Development\_Builds> git clone https://github.com/FrenchYeti/dexcalibur
Cloning into 'dexcalibur'...
remote: Enumerating objects: 10144, done.
remote: Counting objects: 100% (627/627), done.
remote: Compressing objects: 100% (235/235), done.
remote: Total 10144 (delta 375), reused 598 (delta 370), pack-reused 9517
Receiving objects: 100% (10144/10144), 31.78 MiB | 18.46 MiB/s, done.
Resolving deltas: 100% (6915/6915), done.
error: invalid path 'src/webserver/public/vendor/font-awesome/fontawesome-webfont.woff2?v=4.6.3'
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 :/'

kylemd avatar Nov 07 '22 22:11 kylemd