创建 CI/CD heroku 、 git 和 jenkins

Creating CI/CD heroku , git and jenkins

我正在创建与 jekins 、git 和 heroku

的连续集成

我已遵循 Setting up Jekins to deploy to heroku

的指示

当我添加 heroku 存储库时,出现以下错误

Failed to connect to repository : Command "git.exe ls-remote -h https://git.heroku.com/angular.git HEAD" returned status code 128:
stdout: 
stderr: remote: !   WARNING:
remote: !   Do not authenticate with username and password using git.
remote: !   Run `heroku login` to update your credentials, then retry the git command.
remote: !   See documentation for details: https://devcenter.heroku.com/articles/git#http-git-authentication
fatal: Authentication failed for 'https://git.heroku.com/angular.git/'

这是 jekins 中错误的可视化

我只是在没有输入任何凭据的情况下进入 heroku 存储库的 link 才收到错误。

我做错了什么?

教程显示相同的屏幕,但具有凭据:

我知道单独输入 URL 会触发错误消息,但您应该能够然后 select 您预先记录的凭据,使该消息消失。