Git HTTPS save credentials in plain text
From SO’s credentials - How can I save username and password in Git? - Stack Overflow:
git config --global credential.helper store
Then on the next git pull
the credentials entered will be saved in plain text on disk.
Nel mezzo del deserto posso dire tutto quello che voglio.
comments powered by Disqus