无法使用GitHub Desktop应用程序从GitHub克隆我的存储库。
'文件名太长'错误在克隆的最后时刻抛出。
任何人请帮助设置我的存储库。
答案 0 :(得分:1)
请务必使用latest Git for Windows,并在“Filename too long in git for windows”中提及
git config --system core.longpaths true
然后尝试再次克隆。
另一种方法是使用subst Y: C:\path\to\arent\folder
,切换到Y:
驱动器,然后从那里克隆。但是使用最近的msys2 shell,不再需要它了。