git

jenkins使用git凭证存储功能

"不同操作系统对应的方法"

Posted by Jht on July 22, 2016

Linux/Mac

#缓存3600秒
git config --global credential.helper 'cache --timeout=3600'    

详见git凭证存储和删除

windows

使用git-credential-wincred.exe,必须是system才起作用。

git config --system credential.helper wincred