If ever you see a message such as:
"info: detecting host provider for 'https://git.xxx.ch/'..."
you can tell git
to use the generic provider when accessing your repository (in my example git.xxx.ch
), so that it no longer has to probe it every time:
git config --global credential.git.xxx.ch.provider generic