Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有两台计算机用于开发,都使用 Dropbox 同步我的开发目录,因此无论我使用哪台计算机,我的目录都完全相同。当我使用第一台计算机时,我可以使用“git push heroku master”推送到heroku,一切正常。但是,当我转到第二台计算机时,我收到拒绝访问错误。
如何授权第二台电脑推送到heroku网站?
您需要使用 heroku 进行身份验证:
heroku auth:login
然后从那里去。