Quantcast
Channel: Remove credentials from Git - Stack Overflow
Viewing all articles
Browse latest Browse all 44

Answer by Vikas Chauhan for Remove credentials from Git

$
0
0

Kindly run following command -

git config --global credential.helper cache

and then run any git command like git pull it will ask for username and password. Enter the details and if you want to store your git credentials, run following command -

git config --global credential.helper store

Viewing all articles
Browse latest Browse all 44

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>