我试图将一个Web应用程序项目克隆到我的Windows 7。
但是我收到了一些错误消息:
error: unable to create file assets/cashback/fonts/Helvetica Neue LT Std\HelveticaNeueLTStd-Bd.otf (No such file or directory)
error: unable to create file assets/cashback/fonts/Helvetica Neue LT Std\HelveticaNeueLTStd-Blk.otf (No such file or directory)
error: unable to create file assets/cashback/fonts/Helvetica Neue LT Std\HelveticaNeueLTStd-Hv.otf (No such file or directory)
error: unable to create file assets/cashback/fonts/Helvetica Neue LT Std\HelveticaNeueLTStd-Lt.otf (No such file or directory)
error: unable to create file assets/cashback/fonts/Helvetica Neue LT Std\HelveticaNeueLTStd-Md.otf (No such file or directory)
error: unable to create file assets/cashback/fonts/Helvetica Neue LT Std\HelveticaNeueLTStd-Th.otf (No such file or directory)
fatal: unable to checkout working tree
warning: Clone succeeded, but checkout failed.
You can inspect what was checked out with 'git status'
and retry the checkout with 'git checkout -f HEAD'
当我从Linux机器克隆它时,这很好用。即使我下载并安装了字体,这仍然会发生。我正在使用TortoiseGit 1.8.12。
有没有人见过类似的东西?