博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Heroku error:Permission denied (publickey)
阅读量:6971 次
发布时间:2019-06-27

本文共 327 字,大约阅读时间需要 1 分钟。

hot3.png

$ git push heroku master
显示如下提示:

Permission denied (publickey).

fatal: Could not read from remote repository.
Please make sure you have the correct access rights

and the repository exists.

你需要将公钥同步到Heroku上:

$ heroku keys:add ~/.ssh/*.pub

如果没有,那么heroku会提醒你新建一个公钥用:

heroku keys:add

转载于:https://my.oschina.net/coderman/blog/175250

你可能感兴趣的文章
消防给水(三)
查看>>
ie6 几个li上下排列会闪动的问题,嵌套div—外层div内层div都设置背景颜色,内层div背景色不显示的问题...
查看>>
小程序请求封装
查看>>
jquery after append appendTo三个函数的区别
查看>>
Python3常用内置函数
查看>>
dataGridView
查看>>
《Ray Tracing in One Weekend》、《Ray Tracing from the Ground Up》读后感以及光线追踪学习推荐...
查看>>
C语言/原子/编译,你真的明白了吗?
查看>>
单点登录原理与简单实现
查看>>
django admin使用-后台数据库管理界面
查看>>
jquery怎么获取URL的参数
查看>>
Fragment 点击事件的穿透和重叠bug
查看>>
springBoot整合ftp上传图片功能
查看>>
34. Find First and Last Position of Element in Sorted Array
查看>>
113. Path Sum II
查看>>
Jenkins定时构建和轮询SCM设置说明
查看>>
Poj(2421),Prim最小生成树
查看>>
UPS故障案例集(二)
查看>>
[luogu 3803]【模板】多项式乘法
查看>>
MySQL中的锁、隔离等级和读场景
查看>>