Search This Blog

Tuesday, April 21, 2020

VScode and GIT setup

git config --global user.email "email@example.com"
git config --global user.name "name"

#Password prompt issue fix

git config --global credential.helper cache

git config --global credential.helper 'cache --timeout=360000'     // 100 hours 

No comments:

Post a Comment