Warning: file_get_contents(/data/phpspider/zhask/data//catemap/7/sqlite/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
安装Kaleidescope需要Git凭据_Git_Kaleidoscope - Fatal编程技术网

安装Kaleidescope需要Git凭据

安装Kaleidescope需要Git凭据,git,kaleidoscope,Git,Kaleidoscope,我有一个Git存储库,我一直在使用它来存储凭据,但是在安装Kaleidoscope之后,每次使用Git时我都必须输入我的Git凭据。我如何解决这个问题?我尝试过使用几种方法来缓存用户名和密码,但在尝试时似乎没有任何效果 我试过使用: $ git config credential.helper store $ git push http://example.com/repo.git Username: <type your username> Password: <type y

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

我试过使用:

$ git config credential.helper store
$ git push http://example.com/repo.git
Username: <type your username>
Password: <type your password>
$git config credential.helper存储
$git推送http://example.com/repo.git
用户名:
密码:

但我仍然收到密码请求。

你读过吗?@TimBiegeleisen我读过那页,但解决方案对我不起作用。我已经更新了我的问题。