I work on the intellij idea and I can’t run it in git, pushing stretches to infinity. What can be wrong?

Just endless pushing anyway. I found 3 teams, due to which they normally push:

$ git config --global core.preloadindex true $ git config --global core.fscache true $ git config --global gc.auto 256 

I wrote them in git bash

  • Does not issue errors? How does the push behave from the console, and not from idea? - Monk
  • @exStas How do you push into Idea? What is written when you click Ctrl + Shift + K? - Vladimir Glinskikh

0