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 <anu22mit...@gmail.com> wrote:

> 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 <bcooks...@kde.org> wrote:
>
>> 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 <<
>>
>
>
>
> --
> 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 <<

Reply via email to