我正在与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/'
我仅通过输入heroku存储库的链接而没有输入任何凭据就得到了错误。
我做错了什么?