[求助】python使用Heroku部署文件报错
在将项目推送到Heroku时,执行 git push heroku master语句时,弹出登录对话框。
由于是第一次进行部署,就默认的使用Heroku的用户名及密码,然后就产生以下报错
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
然后到官网去查询原因的时候,才发现不能使用Heroku的账号密码,应该使用API Key。但是试了一下 heroku Logout 再登陆。再执行这条语句时还是报这个错。
请问大神们,如何能解决这个报错