fawazahmed0 / quran-api

Free Quran API Service with 90+ different languages and 400+ translations
The Unlicense
630 stars 113 forks source link

git-sparse checkout gives me error #46

Open balushyno1 opened 1 year ago

balushyno1 commented 1 year ago

following method 1 git clone --filter=blob:none --no-checkout --depth 1 --sparse https://github.com/fawazahmed0/quran-api.git cd quran-api git sparse-checkout add database/linebyline/ database/chapterverse/ fonts/* git checkout

but whenever i run this command git sparse-checkout add database/linebyline/ database/chapterverse/ fonts/ i get this error fatal: specify directories rather than patterns. If your directory really has any of '?[]\' in it, pass --skip-checks

fawazahmed0 commented 1 year ago

You will have to use git sparse-checkout reapply --no-cone before git sparse-checkout add command.