Git prompting for username & password ever since .app URL change, no credentials work

Hi, @tbaustin and @MastaAaron. In @MastaAaron’s case, the Netlify CLI’s Git Credentials version is out of date:

✔ Checking Netlify's Git Credentials version [0.1.8]

The current version is 0.1.9.

The upgrade process for this should be the following three commands:

npm i -g netlify-cli
netlify plugins:install netlify-lm-plugin
netlify lm:install

Once this is done, please log out (netlify logout), log back in (netlify login), and then check the Git Credentials helper version with:

netlify lm:info

If it says 0.1.9 would you then please try the clone again? If it still doesn’t work, please let us know.

1 Like