git clone 在 windows 下顯示 Filename too long 的解決辦法

出錯信息 出錯緣由 這是因爲 `Git` 有能夠建立 4096 長度的文件名,然而在 `Windows` 最可能是 260,而`Git`默認用了舊版本的`Windows API`致使的。 解決方案 使用以下命令修改Git默認配置便可。git 全局生效:web git config --global core.longpaths true 當前項目生效:svg git config core.lon
相關文章
相關標籤/搜索