I am using ubuntu machine and cloning a repository, but its giving below issue:
error: unable to create file etc/db_updates/v13.11.1/20211222-163141-sreenivasuluk-c-adi-9495-state-data-national-iready-comprehensive-growth-monitoring-activity-ela-math-2021-2022-data-structure.sql: File name too long
Updating files: 100% (78084/78084), done.
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 :/'
I have set below config parameters:
git config --system core.longpaths true
git config --global core.longpaths true
But, its still showing the same error.
Few inputs are required here. Thanks!