You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: