Thursday, July 10, 2014

Bitbucket: how to avoid writing password everytime in git to Bitbucket?



This can not be avoided. The only way is to cache it to get rid of typing everytime:

$git config --global credential.helper "cache --timeout=3600"

No comments:

Post a Comment