我登录到heroku并尝试从那里克隆我的项目,但是我在凭据方面遇到了一些问题。我不明白我错过了什么。
从cmd复制粘贴:
D:\---...>heroku login
heroku: Enter your login credentials
Email [------@gmail.com]:
Password: **************************
Logged in as -----@gmail.com
D:\---...>heroku git:clone -a project-name
Cloning into 'project-name'...
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/project-name.git/'
我没有使用git登录,我检查了文档here(无解决方案..), 我也尝试将项目克隆到c:\相同的问题,我看到用令牌更新的netrc文件看起来一切都很好-问题是什么?!
顺便说一句,当我从第一台计算机(创建应用程序并推送更新等)进行连接时,克隆/推送等都没有问题。
相同的步骤-不同的结果...