Tag: 一致

如何解决Unison 2.48 \ n“,但收到”grunt-cli:grunt命令行界面(v1.2.0)

我使用docker和统一。 我在https://www.mgt-commerce.com/documentation/mgt-development-mac-file-synchronization中一步步地进行操作。 我忘了运行文件同步,然后在我的项目上使用SSH运行grunt。 在我的ssh项目上运行grunt并开始文件同步之后。 有些麻烦就是这样的。 致命错误:从服务器收到意外的头文件:期望“Unison 2.48 \ n”,但收到“grunt-cli:grunt命令行界面(v1.2.0)\ n”,它在“g”处有所不同。 这可能是因为您在客户端和服务器计算机上安装了不同版本的Unison,或者因为您的连接失败,某人正在打印错误消息,或者因为远程loginshell在启动Unison之前正在打印某些内容。 我必须尝试从mgt-commerce [dot] com / documentation / mgt-development-mac-file-synchronization进行故障排除。 但没有工作,并尝试卸载我的unison仍然没有工作。

如何正确设置docker-sync来排除文件夹

我试图设置docker同步排除我的应用程序/caching和应用程序/日志文件夹,但它不工作。 我试过的东西: 使用sync_excludes:['.idea','app / cache / ','app / logs / ']但它会被翻译成这样的东西 command unison -ignore='Name .idea' -ignore='Name app/cache/*' -ignore='Name app/logs/*' 所以然后我尝试使用sync_args并像这样设置: sync_args: – "-debug verbose" – "-ignore='Path app/cache'" – "-ignore='Path app/logs'" command unison -ignore='Name .idea' -ignore='Name systems' \ -debug verbose -ignore='Path app/cache/*' -ignore='Path app/logs/*' 看着日志,我可以看到这一点 [unox][DEBUG]: recvCmd: DIR [unox][DEBUG]: sendCmd: OK [fswatch+] >> OK [pred] immutable […]

未捕获的exception失败(“input_value:bad bigarray kind”) – Unison在Windows和pipe理开发环境

我在Windows 8.1上使用pipe理开发环境(mgtcommerce / mgt-development-environment-5.6)。 &DockerToolbox for Windows。 我还从https://www.mgt-commerce.com/documentation/mgt-development-windows-file-synchronization下载了build议的OpenSSH&Unison版本,并按照说明创build了sync.bat。 不幸的是,Unison出现以下错误信息: Uncaught exception Failure("input_value: bad bigarray kind") Raised by primitive operation at file "./remote.ml", line 453, characters 18-45 Called from file "./remote.ml", line 459, characters 23-61 Called from file "./lwt/lwt.ml", line 75, characters 20-23 Re-raised at file "./lwt/lwt.ml", line 135, characters 12-13 Called from file "list.ml", line […]