On Sat, Feb 7, 2015 at 9:31 PM, anu mittal <anu22mit...@gmail.com> 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 items "user.name" and "user.email" are set. In particular, "user.name" should be set to your actual name - not your Identity username. You will also need to cleanse your commit of generated build files and backups. This can be accomplished by running "git reset HEAD^" and then re-adding the changes you wish to keep, and committing that. Please do not use "git commit -a". > > [1] http://quickgit.kde.org/?p=clones%2Fkalzium%2Fanumittal%2Fporting.git > Cheers, Ben > > On Fri, Feb 6, 2015 at 5:22 PM, Pablo Sanchez <pa...@blueoakdb.com> wrote: >> >> [ Comments below, in-line ] >> >> On 02/06/2015 05:19 AM, Ben Cooksley wrote: >>> >>> I would suggest checking the permissions on ~/.ssh/ as they are >>> probably too open for ssh to accept using any keys there. >> >> >> Hi, >> >> To be clear, what Ben is saying is ensure the files in ~/.ssh are "chmod >> 400" >> >> Cheers, >> >> -- >> Pablo Sanchez - Blueoak Database Engineering, Inc >> Ph: 819.459.1926 Blog: http://pablo-blog.blueoakdb.com >> iNum: 883.5100.0990.1054 >> >> >> >>>> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to >>>> unsubscribe << > > > > > -- > Regards, > Anu. > > >>> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe >>> << > >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<