Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当没有互联网可用时,我可以告诉Gofer回退到本地包缓存吗?
Gofer
例如这样我可以使用
Gofer it squeaksource: 'CodePhoo'; addPackage: 'CodePhoo'; load
在火车上离线时设置图像?(在这种情况下,我们可以确定这些包实际上可以从以前的映像设置中本地获得。)
理论上是的,Gofer 的模型会支持这样的事情。
几乎没有,因为缺少蒙蒂塞洛方面的支持。
尽管蒙蒂塞洛提供了一个 MCRepositoryGroup,但不幸的是,当无法访问其中一个存储库时,此代码会引发各种不同的错误。这在蒙蒂塞洛工具的背景下可能是有道理的,但对于 Gofer 来说,这需要重新实现。