可以在没有互联网的情况下进行远程开发(从 PhpStorm 与 JetBrains Gateway)吗?
这是我的工作背景;
- 没有互联网(我使用我公司的内网)
- Linux CentOS 7.9 远程服务器,其源文件位于
- 我的开发 PC 上 PhpStorm 2021.3.2
我的愿望是在我的 PC 上的远程源上进行开发。你们的新 JetBrains Gateway 解决方案似乎满足了我的纸面期望。
然而,在实践中,我的印象是没有互联网就不可能使用这个解决方案?事实上,连接过程在此失败时停止:
看来您的解决方案正在尝试下载 IDE 客户端以安装在我的计算机上。从我的角度来看,这是一种奇怪的行为,因为我已经在我的机器上安装了一个客户端:PhpStorm。为什么不使用我的机器上已安装的 PhpStorm 客户端?
感谢你的回复
Here is my working context;
- no internet (I use my company's intranet)
- Linux CentOS 7.9 remote server with my source files
- PhpStorm 2021.3.2 on my development PC
My wish is to develop on my PC on remote sources. Your new JetBrains Gateway solution seems to meet my expectations on paper.
However, in practice, I have the impression that it is not possible to use this solution without internet ? Indeed, the connection process stops on this failure:
Looks like your solution is trying to download an IDE client to install on my machine. Which from my point of view is a weird behavior because I already have a client to install on my machine: PhpStorm. Why not use my PhpStorm client already installed on my machine ?
Thank you for your reply
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
错误消息中提到的“Jetbrains Client”不适用于您的本地计算机,而是适用于 Linux 服务器:
它在远程服务器上充当本地计算机上的客户端连接的“后端 IDE”:
您甚至不需要完整的 PHPStorm IDE,Jetbrains Gateway 是一个独立的应用程序,附带一个可以连接到后端 IDE 的“瘦客户端”:
请参阅https://blog.jetbrains.com/ blog/2021/12/03/dive-into-jetbrains-gateway/ 更详细地了解其工作原理。
回答您的问题:没有互联网连接就无法使用 Jetbrains Gateway。
The "Jetbrains Client" mentioned in the error message is not for your local machine, but for the Linux server:
It acts on the remote server as a "backend IDE" to which the client on your local machine connects:
You would not even require the full PHPStorm IDE, the Jetbrains Gateway is a standalone app that comes with a "thin client" that can connect to the backend IDE:
See https://blog.jetbrains.com/blog/2021/12/03/dive-into-jetbrains-gateway/ for a more detailed look at how it works.
To answer your question: it is not possible to use Jetbrains Gateway without an internet connection.