我正在尝试使用git push进行部署,但出现验证错误,并且
git push -f https://heroku:$ HEROKU_API_KEY@git.heroku.com/$HEROKU_APP_NAME.git HEAD
<1秒
+ git push -f https://heroku:$ HEROKU_API_KEY@git.heroku.com/$HEROKU_APP_NAME.git HEAD
远程:!警告:
远程:!不要使用git使用用户名和密码进行身份验证。
远程:!运行heroku login
以更新您的凭据,然后重试git命令。
远程:!有关详细信息,请参见文档:https://devcenter.heroku.com/articles/git#http-git-authentication
致命:'https://heroku:132192a2-e065-403e-9147-0474d17daa36@git.heroku.com/prot-gag.git/'
我试图使用herroku master进行推送,但是我没有工作,检查了.netrc和.gitconfig文件,在那没有发现任何奇怪的地方。我正在使用MAC OS。 有什么想法可以检查或尝试更多吗?
谢谢