TFS上git的硬编码凭证

时间:2015-01-21 09:53:51

标签: git tfs

不幸的是,TFS currently doesn't support public/private key authentication。 因此,我每次使用git时都必须避免输入凭据的唯一选择是在.git/config中对我的HTTPS凭据进行硬编码,因此:

[remote "origin"]
url = https://name:pass@host/project

我需要为每个项目执行此操作。因此,如果我的密码发生变化,我也必须为每个项目重新应用此更改。

有没有更好的方法对我的凭据进行硬编码(我使用的是Mac OS)?

0 个答案:

没有答案