CppCon2018
CppCon2018 copied to clipboard
git reports error when checking out in Git Windows
Git 2.38.1: https://git-scm.com/download/win
$ git clone https://github.com/CppCon/CppCon2018.git Cloning into 'CppCon2018'... remote: Enumerating objects: 933, done. remote: Total 933 (delta 0), reused 0 (delta 0), pack-reused 933 Receiving objects: 100% (933/933), 335.19 MiB | 12.97 MiB/s, done. Resolving deltas: 100% (398/398), done. error: unable to create file Posters/codechecker_a_static_analysis_infrastructure_built_on_the_llvmclang_static_analyzer_tool_chain/codechecker_a_static_analysis_infrastructure_built_on_the_llvmclang_static_analyzer_tool_chain__gyorgy_orban_tibor_brunner_gabor_horvath_reka_kovacs__cppcon_2018.pdf: Filename too long Updating files: 100% (258/258), done. fatal: unable to checkout working tree warning: Clone succeeded, but checkout failed.