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.
我试图在此链接中执行 liferay 示例项目,但在执行过程中遇到了问题。它提示下面的错误消息。
我尝试了在此链接中找到的解决方案,但仍然遇到问题。
谢谢你。
对我来说,这似乎是一个网络问题。你可能在代理背后?在这种情况下,您应该在 gradle.properties 文件中包含代理连接的设置:
systemProp.http.proxyHost=YOUR_PROXY_HOST systemProp.http.proxyPort=YOUR_PROXY_PORT systemProp.https.proxyHost=YOUR_PROXY_HOST systemProp.https.proxyPort=YOUR_PROXY_PORT
希望有帮助