[pony-build] Problems pulling from github

C. Titus Brown ctb at msu.edu
Sun Mar 7 13:20:05 PST 2010


On Sun, Mar 07, 2010 at 02:04:20PM -0600, Khushboo Shakya wrote:
> The read only URL got me into another error:
> 
> Khushboo at KHUSHBOO-PC ~/Desktop/pony-build1/client (mkdir)
> $ git pull git://github.com/ctb/pony-build.git mkdir:master
> >From git://github.com/ctb/pony-build
>  ! [rejected]        mkdir      -> master  (non fast forward)
> 
> Am I doing typing something wrong in the url?

Nope, you've got the URL right...

git is refusing to update your master branch with something that is not a
descendant of it, i.e. has incompatible patches.

Re-read this:

http://lists.idyll.org/pipermail/pony-build/2010-February/000107.html

and this, for background:

http://lists.idyll.org/pipermail/pony-build/2010-February/000108.html

cheers,
--titus



More information about the pony-build mailing list