Le 2012-05-02 12:13, Marc Delisle a écrit :
Forget my last remark; removing a repository reference does not make one
>> HI Marc,
>> I think the problem may be that the remote repo 'origin' ( git://
>> github.com/thilinaa/phpmyadmin.git ) is read-only and must be replaced with
>> git@github.com:thilinaa/phpmyadmin.git to enable push access.
>
> Hi Atul,
> I agree with your suggestion, but now that Thilina has local changes,
> I'm not sure how he can keep them. Maybe by doing this prior to removing
> his origin repository
>
> git diff > /someotherpath/localchanges.diff
lose his local changes.
Probably add here:
>
>>
>> git remote rm origin
>> git remote add origin "git@github.com:thilinaa/phpmyadmin.git"
>> git fetch upstream
git checkout origin/master
>> git merge upstream/master
>> git push origin
>>
>> Thilina, please check that you have added your SSH public key to github
>> allowed keys list in your account.
>
--
Marc Delisle
http://infomarc.info
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threat landscape has changed and how IT managers can respond. Discussions
will include endpoint security, mobile security and the latest in malware
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Phpmyadmin-devel mailing list
Phpmyadmin-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel