windows 操作系统下git报filename too long 处理方法

2021-02-04 09:17

阅读:591

标签:配置文件   links   tor   文件   git   config   mamicode   两种方法   long   

两种方法解决:

一是通过修改配置文件

技术图片

 

 

[core]
    repositoryformatversion = 0
    filemode = false
    bare = false
    logallrefupdates = true
    symlinks = false
    ignorecase = true
    longpaths = true

 

二是通过命令修改,本质是一样的:

# 在git bash中,运行下列命令:
git config --global core.longpaths true

 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

技术图片

 

windows 操作系统下git报filename too long 处理方法

标签:配置文件   links   tor   文件   git   config   mamicode   两种方法   long   

原文地址:https://www.cnblogs.com/igoodful/p/11470122.html


评论


亲,登录后才可以留言!