document.write("
$ git clone ssh://git@some-git-repo\nCloning into 'SOME_GIT_REPO'...\nremote: Counting objects: 16307, done.\nremote: Compressing objects: 100% (6522/6522), done.\nremote: Total 16307 (delta 12659), reused 12167 (delta 9480)\nReceiving objects: 100% (16307/16307), 3.99 MiB | 1.21 MiB/s, done.\nResolving deltas: 100% (12659/12659), done.\nerror: unable to create file src/app/custom-components/main-application-components/ke-profile-management/assign-restrictions-and-limitations/assign-restrictions-limitations-main-screen/assign-restrictions-limitations-main-screen.component.html: Filename too long\nerror: unable to create file src/app/custom-components/main-application-components/ke-profile-management/assign-restrictions-and-limitations/assign-restrictions-limitations-main-screen/assign-restrictions-limitations-main-screen.component.spec.ts: Filename too long\nChecking out files: 100% (342/342), done.\nfatal: unable to checkout working tree\nwarning: Clone succeeded, but checkout failed.\nYou can inspect what was checked out with 'git status'\nand retry the checkout with 'git checkout -f HEAD'\n\n# This command only applies `longpaths` to the current project\n$ git config core.longpaths true\n$ git checkout -f HEAD\n
\n
filename too long.md - Snippet hosted by \"Cacher\"
");