Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/git/25.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
Git Push Heroku主HTTP传输身份验证_Git_Http_Authentication_Heroku - Fatal编程技术网

Git Push Heroku主HTTP传输身份验证

Git Push Heroku主HTTP传输身份验证,git,http,authentication,heroku,Git,Http,Authentication,Heroku,我试图通过HTTP将我的应用程序通过git推送到heroku时遇到问题。我参加过: $ heroku login 成功地从命令提示符下启动,但当我尝试推送到heroku时,系统再次提示我输入用户名和密码,并显示以下消息: remote: ! WARNING remote: ! Do not authenticate with username and password using git. remote: ! Run 'heroku login' to update your credenti

我试图通过HTTP将我的应用程序通过git推送到heroku时遇到问题。我参加过:

$ heroku login
成功地从命令提示符下启动,但当我尝试推送到heroku时,系统再次提示我输入用户名和密码,并显示以下消息:

remote: ! WARNING
remote: ! Do not authenticate with username and password using git.
remote: ! Run 'heroku login' to update your credentials, then try the git command.
这与中的描述类似,但my.git/.config文件中的url与仪表板上的url匹配

我使用以下方法验证api密钥是否与heroku仪表板上的内容匹配:

$ heroku auth:token
我还尝试重新生成API密钥,并得到了相同的结果。有人使用HTTP Git传输解决了Heroku的这个问题吗