How to deal with git report filename too long under windows operating system

edit file : YourRepoFolder -> .git -> config

[core]
    repositoryformatversion = 0
    filemode = false
    ...
    longpaths = true        <-- (add this line under core section)

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=326196081&siteId=291194637