Re: Creating personal clone- Permission denied (publickey)

2015-02-07 Thread Jeremy Whiting
You need to change all your commits authors to use your real name. This can be done with git filter-branch or something similar. Maybe try this script: https://help.github.com/articles/changing-author-info/ On Sat, Feb 7, 2015 at 6:19 AM, anu mittal wrote: > Hi, > As said, I have removed all th

Re: Creating personal clone- Permission denied (publickey)

2015-02-07 Thread anu mittal
Hi, As said, I have removed all the unnecessary file and git config user.name is also set accordingly, still a part of error is retained[1] [1] http://pastebin.com/hLyGYehy help me in resolving it and figuring out where exactly am I going wrong? On Sat, Feb 7, 2015 at 2:05 PM, Ben Cooksley wrote:

Request for Keywords in .desktop files

2015-02-07 Thread Richard Hughes
Hi all, 19% of applications in Fedora use "Keywords" in the desktop files, some of which appear in multiple languages. This is awesome, as it allows applications like apper and gnome-software to match search queries on the keyword and not just the name, e.g. matching "excel" for LibreOffice Calc.

Re: Creating personal clone- Permission denied (publickey)

2015-02-07 Thread Ben Cooksley
On Sat, Feb 7, 2015 at 9:31 PM, anu mittal wrote: > Thanks for the help, it worked there. > But now when after creating the clone [1] i am trying to push my code there > I am getting the following error: > http://pastebin.com/d4fAkdqD You need to setup Git properly - please ensure the config ite

Re: Creating personal clone- Permission denied (publickey)

2015-02-07 Thread anu mittal
Thanks for the help, it worked there. But now when after creating the clone [1] i am trying to push my code there I am getting the following error: http://pastebin.com/d4fAkdqD [1] http://quickgit.kde.org/?p=clones%2Fkalzium%2Fanumittal%2Fporting.git On Fri, Feb 6, 2015 at 5:22 PM, Pablo Sanche