Questions tagged «heroku-toolbelt»

6
在bitbucket上使用git部署到Heroku
我想使用git将我的源代码托管在bitbucket上,因为我显然获得了免费的私人存储库,并且我想使用来自bitbucket的源代码将应用程序托管在heroku上。 我可以使用github客户端和heroku工具栏来做到吗。能行吗 Github很棒,但是我不希望每个人都看到我的代码,并且我不想为私人仓库支付费用,因为这是一个小项目。


19
'git push heroku master'仍在要求认证
我已经执行: $ heroku login 但是当我尝试推送时,仍然会要求我进行身份验证: $ git push heroku master Username for 'https://git.heroku.com': <email> Password for 'https://<email>@git.heroku.com': 然后我得到警告:不要使用Git使用用户名和密码进行身份验证。 我再次运行heroku登录并成功通过了身份验证,但仍然遇到相同的失败。 我检查了遥控器: $ git remote -v heroku https://git@heroku.com/appname.git (fetch) heroku https://git@heroku.com/appname.git (push) 我还生成了一个新的公钥,将其传递给Heroku,并对其进行了验证:https : //devcenter.heroku.com/articles/keys 我在Windows 8上使用Git 1.9.5。
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.