美文网首页
heroku踩坑

heroku踩坑

作者: 这是我用来记录技术的一个博客 | 来源:发表于2019-01-29 17:16 被阅读5次

$ git push heroku master

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](https://devcenter.heroku.com/articles/git#http-git-authentication)

fatal: Authentication failed for '[https://git.heroku.com/secret-fortress-45076.git/](https://git.heroku.com/secret-fortress-45076.git/)'

这个错误让我纠结很蛮长时间

最后查了查


username : *blank*

password : *heroku auth token*

where the auth token can be retrieved by $ heroku auth:token

其中username就填写远程创建的heroku名称

密钥:

https://dashboard.heroku.com/account

在这里粘贴密钥

你也可以改指向name的远程项目

heroku git:remote -a your-name
set git remote heroku to https://git.heroku.com/your-name

相关文章

  • heroku踩坑

    这个错误让我纠结很蛮长时间 最后查了查 其中username就填写远程创建的heroku名称 密钥: https:...

  • JavaScrip-StepPitGuide《JavaScrip

    《JavaScript踩坑指南》JavaScrip-StepPitGuide? 《JavaScript踩坑指南》 ...

  • 算法踩坑6-二叉搜索树排序

    背景 接上面五篇文章算法踩坑-快速排序 算法踩坑2-插入排序 算法踩坑3-堆排序 算法踩坑4-冒泡排序 ...

  • 算法踩坑5-归并排序

    背景 接上面四篇文章算法踩坑-快速排序 算法踩坑2-插入排序 算法踩坑3-堆排序 算法踩坑4-冒泡排序 来...

  • D1094:踩坑的价值最大化

    是人就会踩坑,不踩坑理论上就不属于人类,踩坑是人之常情,能回头站在坑边反思,才是对踩过的的坑价值最大化的体现,要不...

  • 交互设计师所要避免的几个坑

    前言 工作中难免会踩到几个坑,即使现在不踩以后还会踩,只有踩过才会深刻记住,踩过说明爱过!但是踩过的坑必须把坑填满...

  • 踩坑,使用cocoaPods import导入时没有提示的解决办

    续上篇写的,踩坑,cocoaPods ---- framework not found Pods之后 ,又踩坑了。...

  • 2020-10-19随笔 踩坑0传值

    踩坑:当值传入0时,if条件判断时候会自己转换,记录踩坑。

  • 随笔

    读书啊,就是一个坑踩完了又掉进另一个坑,先说踩读书没用的坑,爬出来了,再踩读书要多的坑,之后再踩读书要精啊,读书要...

  • PHP中的数据类型

    一说到数据类型,这个坑就太多了,多到有哪些坑,有多少坑,不知道自己还会踩哪些坑,以及踩过的坑还会不会再踩,我对...

网友评论

      本文标题:heroku踩坑

      本文链接:https://www.haomeiwen.com/subject/jonxsqtx.html