Při clonování úložiště můžete dostat chybu s hláškou "Filename too long unable to checkout working tree"
. Řešením je úprava konfigurace Gitu:
git config --system core.longpaths true
V případě, že dostanete další chybu (používáte Windows a git bash) a to "error: could not lock config file C:\Program Files\Git\mingw64/etc/gitconfig: Permission denied"
je třeba spustit textový editor jako administrátor -> otevřít soubor .gitconfig a přidat
[core] longpaths = true