0

我有一个使用存储凭据的 Git 存储库,但是在安装 Kaleidoscope 后,我每次使用 Git 时都必须输入我的 Git 凭据。我该如何解决这个问题?我尝试使用几种方法来缓存用户名和密码,但尝试时似乎没有任何效果。

我试过使用:

$ git config credential.helper store
$ git push http://example.com/repo.git
Username: <type your username>
Password: <type your password>

但我仍然收到密码请求。

4

0 回答 0