Missing membar for constructors
Doug Simon
doug.simon at oracle.com
Mon Nov 14 18:04:05 UTC 2016
> On 14 Nov 2016, at 18:57, Andrew Haley <aph at redhat.com> wrote:
>
> On 11/11/16 12:23, Benoit Daloze wrote:
>> git push -u mine final_membar
>
> So close...
>
> error: The requested URL returned error: 403 Forbidden while accessing https://github.com/theRealAph/graal-core.git/info/refs
>
> fatal: HTTP request failed
>
Can you try pushing with ssh instead:
git push ssh://git@github.com:theRealAph/graal-core.git
(you’ll need to add your public key to your github account[1])
-Doug
[1] https://help.github.com/articles/which-remote-url-should-i-use/#cloning-with-ssh-urls
More information about the graal-dev
mailing list