You are viewing a plain text version of this content. The canonical link for it is here.
Posted to infrastructure-issues@apache.org by "Gavin (JIRA)" <ji...@apache.org> on 2014/06/25 11:46:25 UTC

[jira] [Assigned] (INFRA-7955) Access rights to push to git

     [ https://issues.apache.org/jira/browse/INFRA-7955?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gavin reassigned INFRA-7955:
----------------------------

    Assignee: Gavin

> Access rights to push to git
> ----------------------------
>
>                 Key: INFRA-7955
>                 URL: https://issues.apache.org/jira/browse/INFRA-7955
>             Project: Infrastructure
>          Issue Type: Task
>          Components: Git
>            Reporter: Julian Hyde
>            Assignee: Gavin
>
> In INFRA-7776, 3 repos were just set up for optiq, optiq-csv, optiq-linq4j. I managed to 'git clone git://git.apache.org/incubator-optiq.git' successfully.
> However, I am unable to push. I get the following error:
> {code}
> hydrogen:incubator-optiq jhyde$ git push
> warning: push.default is unset; its implicit value is changing in
> Git 2.0 from 'matching' to 'simple'. To squelch this message
> and maintain the current behavior after the default changes, use:
>   git config --global push.default matching
> To squelch this message and adopt the new behavior now, use:
>   git config --global push.default simple
> When push.default is set to 'matching', git will push local branches
> to the remote branches that already exist with the same name.
> In Git 2.0, Git will default to the more conservative 'simple'
> behavior, which only pushes the current branch to the corresponding
> remote branch that 'git pull' uses to update the current branch.
> See 'git help config' and search for 'push.default' for further information.
> (the 'simple' mode was introduced in Git 1.7.11. Use the similar mode
> 'current' instead of 'simple' if you sometimes use older versions of Git)
> fatal: Could not read from remote repository.
> Please make sure you have the correct access rights
> and the repository exists.
> hydrogen:incubator-optiq jhyde$ git help push
> hydrogen:incubator-optiq jhyde$ git remote -v
> julianhyde	git@github.com:julianhyde/optiq.git (fetch)
> julianhyde	git@github.com:julianhyde/optiq.git (push)
> origin	git://git.apache.org/incubator-optiq.git (fetch)
> origin	git://git.apache.org/incubator-optiq.git (push)
> {code}
> I am a committer to optiq, so I should have access.
> Maybe I need to set up my user, or ssh keypair, or something. But having read http://www.apache.org/dev/git.html I still can't figure out what steps I should take.



--
This message was sent by Atlassian JIRA
(v6.2#6252)