Git on the internal network Idea 2018.3 does not push
已回答
Since upgrading to 2018.3, I can not push my commit on the internal network, I'm using the previous version because it works with it. Thank you in advance.
请先登录再写评论。
> on the internal network
Do you mean it works for external resources? What exact errors do you have?
If you use SSH to push, check if changing the SSH executable to Builtin in Settings | Version Control | Git helps
I have git installed on my server in the local network, I put in the git servergit@10.10.1.77:git/DLG to sync my project.
In the new version Intellij does not execute the push, via terminal I execute the push but in Intellij no, it does not present message in the backgroud taks Updating and nothing more.
I use Fedora linux and I already did an installation from scratch and it did not work, but the 2018.2 version works.
It was like you said, change SSH executable to Built-in and it worked.
Thank you
See https://youtrack.jetbrains.com/issue/IDEA-202796