惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

罗磊的独立博客
Y
Y Combinator Blog
Recent Announcements
Recent Announcements
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
V
Visual Studio Blog
MyScale Blog
MyScale Blog
M
MIT News - Artificial intelligence
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
T
The Blog of Author Tim Ferriss
Martin Fowler
Martin Fowler
博客园 - 【当耐特】
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
宝玉的分享
宝玉的分享
Engineering at Meta
Engineering at Meta
WordPress大学
WordPress大学
Google DeepMind News
Google DeepMind News
C
Check Point Blog
Last Week in AI
Last Week in AI
F
Fortinet All Blogs
博客园 - 聂微东
Blog — PlanetScale
Blog — PlanetScale
H
Help Net Security
GbyAI
GbyAI
云风的 BLOG
云风的 BLOG

GitCafe

GitCafe 被 coding 收购了。 终于来了: GitCafe 项目迁移至 Coding.net 公告 GitCafe 药丸? 迷茫, GitCafe 是又怎么了( This website is under heavy load) gitcafe pages 现在不好用了吗?(缓存更新慢) 现在 gitcafe.com 也挂了。。。 GitCafe 的 pages 服务又挂了? GitCafe 用户调查问卷 福利 | 乌云 2015 白帽子大会,门票大放送 GitCafe Help 全新改版,帮助更好的你 GitCafe 新增代码贡献统计功能 惠普互联网行业客户研讨会 —— 暨惠普首届黑客马拉松竞赛(北京站) NAO 机器人创客编程马拉松 GitCafe 为组织新增「小组」功能 「Worktile x GitCafe 开发大赛」大疆无人机、苹果手表、 iPhone 6、魔声 Diesel Vektr 耳机等大奖等你拿! Code Insight 让你自由追踪在 GitCafe 上的源码 「指尖上的华尔兹」--Leap Motion 2015 在线开发大赛即将来袭! [新功能] GitCafe 现已支持移动端适配! [线上活动] Open XML SDK 在线编程黑客松 「黑客松之春」旅程正式启动,一起来 hack! [新功能] 让你在 GitCafe 上的项目转起来! [通知] Linux glibc 中发现幽灵漏洞,请及时修复 要你命三千——老代码中的那些坑 [动态] GitCafe 移除 SSL 中的 RC4 协议 [前端知识] Flexbox,更优雅的布局 GitCafe 入住 V2EX 啦,小伙伴们快来找组织!
hexo 博客同时部署到 github 和 gitcafe 的一个问题
hongfeiyu · 2016-01-12 · via GitCafe

部署的时候是不是两个 git 用的邮箱必须是同一个?
因为这样才会 ssh 一样
还是说不一样也可以?
然后多生成一个 ssh?

这个报错是因为没有同步 ssh 吗?
Warning: Permanently added 'gitcafe.com,124.42.117.218' (RSA) to the list of known hosts.
Permission denied (publickey).
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
FATAL Something's wrong. Maybe you can find the solution here: http://hexo.io/docs/troubleshooting.html
Error: Warning: Permanently added 'gitcafe.com,124.42.117.218' (RSA) to the list of known hosts.
Permission denied (publickey).
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.

at ChildProcess.<anonymous> (D:\hexo\node_modules\hexo-deployer-git\node_modules\hexo-util\lib\spawn.js:42:17)
at emitTwo (events.js:87:13)
at ChildProcess.emit (events.js:172:7)
at maybeClose (internal/child_process.js:818:16)
at Socket.<anonymous> (internal/child_process.js:319:11)
at emitOne (events.js:77:13)
at Socket.emit (events.js:169:7)
at Pipe._onclose (net.js:469:12)