0

I just updated to the latest version of Git and now I have these messages on every interaction with remote repositories

enter image description here

It is supposed to be solved a lot of versions previous to the one I am using, but no.

How can I remove those or avoid pollution?

torek
  • 448,244
  • 59
  • 642
  • 775
FiruzzZ
  • 661
  • 1
  • 6
  • 21

1 Answers1

3

I had a typo in the command git config --global credential.autoDetectTimeout -1, now they are gonna

FiruzzZ
  • 661
  • 1
  • 6
  • 21
  • Maybe you want to set `credential.provider`, for example `git config credential.provider gitlab`. Source: https://github.com/git-ecosystem/git-credential-manager/blob/main/docs/configuration.md#credentialprovider – Marco Sulla Aug 08 '23 at 12:55