Subject: Re: [boost] Pushing a "Pull Request"
From: Mathieu Champlon (m.champlon_at_[hidden])
Date: 2014-05-26 00:37:33


On 25/05/2014 23:46, Christian Henning wrote:
> Hi all,
>
> I'm trying to push a pull request to github but I'm getting an error. I
> believe I'm the maintainer of the gil library so I should have the
> permissions.
>
> This is the pull request I'm trying to commit to gil's develop branch:
>
> git pull https://github.com/gallafent/gil tiff-cmyk
>
>
> After that I'm simply trying to
>
>
> git push
>
>
> but I get the following error:
>
>
> ERROR: Permission to boostorg/gil.git denied to chhenning.
> fatal: Could not read from remote repository.
>
> Could someone please help out?
>
> Thanks,
> Christian
>

Hi,

Go to https://github.com/boostorg/gil/pull/5 and click "Merge pull request"?
Or if you want to do it manually click the highlighted "command line"
link and you get detailed instructions.

MAT.