Today, I change my ssh key and I see this error when pushing commit into my Github repository :
Agent admitted failure to sign using the key.
Permission denied (publickey).
So, to solve this problem is pretty easy :
ssh-add ~/.ssh/id_rsa
Today, I change my ssh key and I see this error when pushing commit into my Github repository :
Agent admitted failure to sign using the key.
Permission denied (publickey).
So, to solve this problem is pretty easy :
ssh-add ~/.ssh/id_rsa
I have dual-OS in my Macbook Pro, OS X Leopard and Ubuntu Oneiric. I want to share partition between OS X and Ubuntu. I use hfplus partition (without journaled) as user home in Ubuntu Oneiric. Then the problem begin.
When I adding launcher in Desktop (Ubuntu), it can’t be executed and throw error :
the application launcher ".desktop" has not been marked as trusted. if you do not know the source of this file, launching it may be unsafe.
After finding several articles, I try to change UID in this partition (/dev/sda3) into 501 :
http://ubuntuforums.org/showthread.php?t=1751009.
But it still doesn’t works. Using “chmod a+x” on *.desktop, chown ubuntu:ubuntu, allow permission in properties and another tricks giving no results.
Continue reading