码迷,mamicode.com
首页 > 移动开发 > 详细

使用heroku创建应用时报错 heroku does not appear to be a git repository

时间:2018-07-19 23:29:47      阅读:448      评论:0      收藏:0      [点我收藏+]

标签:ted   创建   解决   分享   The   问题   appear   教程   报错   

在跟着heroku的官方教程创建python应用时,到deploy-the-app这一步,要上传代码到heroku 的git仓库时,报的这个错误:
技术分享图片

网上一搜,相关的答案居然极少,首页只出现一篇(还好这篇里面的方法给我解决了这个问题),里面提到的方法如下:

先执行

heroku git:remote -a <这里是上一步heroku create生成的应用名字>

然后再执行git push heroku master,问题解决

参考:http://www.itkeyword.com/doc/7145320339577619x532/heroku-does-not-appear-to-be-a-git-repository

使用heroku创建应用时报错 heroku does not appear to be a git repository

标签:ted   创建   解决   分享   The   问题   appear   教程   报错   

原文地址:https://www.cnblogs.com/wuzhiblog/p/heroku_python_error.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!