stuck when using remote development Follow
Answered
When using Remote Development, I select the project and click `Download IDE and Connect`. But it keeps loading forever. I have removed `~/.cache/Jetbrain` but still not work.
Please sign in to leave a comment.
Please create a support request in YT with both sides logs collected according to this article: https://www.jetbrains.com/help/idea/2022.3/remote-development-troubleshooting.html#support
I have follow your link and find the root case of the problem. IDEA is literally downloading the Backend in `~/.cache/JetBrains/RemoteDev/dist/bcbc13aa201fb_ideaIU-2022.2.3.tar.gz`. I can see the increase size of this file. But the problem is the slow download speed.
I'm in China so it would be better to use proxy for downloading. Is there a way to specify the download proxy for Backend?
To download the backend archive, we use simple curl/wget, so you can set up the proxy in environment variables in format of https_proxy=proxyhost:proxyport
Simply set https_proxy will not work. My solution is to create a file named `~/.curlrc`:
```
proxy=http:<ip>:<port>
```
Another error happened:
Solved by rebooting linux machine, thanks for your help :)
It keeps downloading the remote IDE after it's already been successfully downloaded. Any suggestions please?
More information:
- Linux version
- Files' been downloaded:
PS: I do not wish to restart my Linux server since it's a production server