【开发工具-Git】Windows下Git提交代码失败:open():Filename too long unable to index file。因为在windows操作系统中,允许比较长的文件名称这个设置项默认是关闭(false)的,需要使用git config core.longpaths true手动开启(https://blog.csdn.net/Melo_FengZhi/article/details/107339959)。