我刚从纯文本开始。运行spago总是返回一个错误,上面写着-
Failed to install dependency "effect"
Git output:
fatal: destination path '.' already exists and is not an empty directory.
Aborting installation
[error] Installation failed
[error] Error:
[error] ExitFailure 1知道我哪里出错了吗?https://i.stack.imgur.com/w4XKv.png
发布于 2022-08-26 21:33:50
我刚刚在Windows 11中面对并解决了这个问题。我的问题的根本原因是试图在Dropbox管理的目录中运行spago。
我的解决方案是将构建目录移到Dropbox无法管理的地方,但这并不理想,因为我希望我的工作能够在设备之间自动备份和共享。
我很想知道是否有更好的解决方案在Windows 11上使用spago (和git)和Dropbox。理想情况下,应该有一些方法来降低git对任何隐藏文件Dropbox在文件夹中的敏感性。
https://stackoverflow.com/questions/73125297
复制相似问题