在Mac 10.9.2更新之后,Git push会继续获取权限 [英] Git push keep getting permission denied after mac 10.9.2 update

查看:107
本文介绍了在Mac 10.9.2更新之后,Git push会继续获取权限的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

想知道是否有人遇到与OSX 10.9.2更新相同的问题。安装该更新后,我无法再做git push,不断获取权限(公钥)。



试图生成一个新的ssh对,然后重新输入新的关键到服务器,但仍然没有运气。



也试图在插入一个新的密钥后在另一个git托管它,仍然无法正常工作。所以我猜这不是服务器问题,而是一个OSX 10.9.2问题。



任何建议,将不胜感激。



谢谢!

解决方案

我遇到了与Mavericks 10.9.2更新相同的问题。任何使用你的SSH公钥(ssh,git,svn等)都会有问题。 ssh代理似乎忘记了你的密钥。



运行 ssh-add 从终端修复它我。来自以下资源:

https://help.github.com/articles/error-agent-admitted-failure-to-sign

http://www.cyberciti.biz/faq/unix-appleosx-linux-bsd-agent-admitted- failuretosignusingkey /



干杯


Wondering if anyone experiencing the same issue with OSX 10.9.2 Update. After installing that update, I couldn't do git push anymore, keep getting permission denied(public key).

Have tried to generate a new ssh pair, and reenter the new key to server, but still no luck.

Also tried to do it on another git hosting after inserting a new key, still doesnt work. So I guess its not a server problem, but a OSX 10.9.2 issue.

Any suggestion would be appreciated.

Thanks!

解决方案

I ran into the same problem with the Mavericks 10.9.2 update. Anything using your ssh public key (ssh, git, svn, etc) will have a problem. It seems that the ssh agent somehow forgot about your key.

Running ssh-add from the terminal fixed it for me. From these sources:

https://help.github.com/articles/error-agent-admitted-failure-to-sign
http://www.cyberciti.biz/faq/unix-appleosx-linux-bsd-agent-admitted-failuretosignusingkey/

Cheers

这篇关于在Mac 10.9.2更新之后,Git push会继续获取权限的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆