With intelliJ there will always be something that could be improved. In this particular case, a progress bar will be displayed at the bottom of the window.
If you first create an empty project (without modules), then use Version Control -> Checkout from version control -> Git , you will have a Version Control -> Checkout from version control -> Git tab at the bottom of the window where you can at least see the commands sent to git. So far, no progress has been seen, and if you are lucky, like me, he will sit there silently while git is dropping the repo stream from 40 KB / s (and we are connecting to 100 MB).
In the end, this will allow you to create a new project for this repo, and the tags / branches in your repo will be spewed out in the version control dashboard (on another tab). It works, but too damn quiet.
source share