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.
我正在尝试将系统文件夹中的存储库克隆到 Redhat BRMS,但由于上述错误消息而无法克隆存储库。我搜索了问题,但所有答案都在解释从远程 GIT 克隆。请帮我。
提前致谢。
有时您可能会遇到 git 内部服务的问题,因为它侦听的 IP 地址与您在 git 客户端中使用的 IP 地址不同。
解决方案是添加以下系统属性:
<property name="org.uberfire.nio.git.ssh.host" value="0.0.0.0"/>