Home > Software design >  How to solve Intellij Git error Empty reply from server
How to solve Intellij Git error Empty reply from server

Time:01-22

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

CodePudding user response:

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

enter image description here

  •  Tags:  
  • Related