我试图克隆BotBuilder存储库,但是它给出了以下错误:
fatal: cannot create directory at
'composer-samples/csharp_dotnetcore/pipelines/CICDPipelineSample/BasicAssistant/BasicAssistant/dialogs/imported/Microsoft.Bot.Components.HelpAndCancel/CancelDialog/knowledge-base':
Filename too long warning: Clone succeeded, but checkout failed. You
can inspect what was checked out with 'git status' and retry with 'git
restore --source=HEAD :/'发布于 2022-07-21 05:13:36
它看起来像一个260个字符最大路径限制
首先检查一下git config --global core.longpaths true是否有帮助。
检查您是否可以实现一些补救措施,尽管还不清楚"Microsoft“环境会如何影响这一点。
https://stackoverflow.com/questions/73060419
复制相似问题