Search code examples
gitintellij-idea

How to solve Intellij Git error Empty reply from server


When I do a Git fetch or a Git push from within Intellij, the error message "..... Empty reply from server" appears. When doing a "Git Fetch origin" from the command line, no error message appears. The remote repository is defined in Intellij. What could be the cause that Intellij doesn't recognise the remote repository

enter image description here

enter image description here

enter image description here


Solution

  • I could solve the problem with the following settings in Intellij :

    enter image description here