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 2013/02/22 22:16:12 UTC

[jira] [Commented] (INFRA-5891) Problem pushing to mina-sshd repo

    [ https://issues.apache.org/jira/browse/INFRA-5891?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13584704#comment-13584704 ] 

Gavin commented on INFRA-5891:
------------------------------

It is read only as per INFRA-5736 - please respond to that ticket with feedback so that [~ke4qqq] can make them live in conjunction with making svn read only.

In other words, the move to git for your project is not complete yet.
                
> Problem pushing to mina-sshd repo
> ---------------------------------
>
>                 Key: INFRA-5891
>                 URL: https://issues.apache.org/jira/browse/INFRA-5891
>             Project: Infrastructure
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: Git
>            Reporter: Guillaume Nodet
>
> I can't commit to mina-ssh git repo.
> Here is the things I've tried
> {code}
> gnodet:~/work/git$ git clone https://git-wip-us.apache.org/repos/asf/mina-sshd.git
> Cloning into 'mina-sshd'...
> remote: Counting objects: 4682, done.
> remote: Compressing objects: 100% (1394/1394), done.
> remote: Total 4682 (delta 2383), reused 4682 (delta 2383)
> Receiving objects: 100% (4682/4682), 791.86 KiB | 278 KiB/s, done.
> Resolving deltas: 100% (2383/2383), done.
> gnodet:~/work/git$ cd mina-sshd/
> gnodet:(git)mina-sshd[master]/$ git config git config user.name 
> gnodet:(git)mina-sshd[master]/$ git config user.name  "Guillaume Nodet"
> gnodet:(git)mina-sshd[master]/$ git config user.email gnodet@apache.org
> gnodet:(git)mina-sshd[master]/$ touch test.txt
> gnodet:(git)mina-sshd[master]/$ git add test.txt
> gnodet:(git)mina-sshd[master]/$ git commit -a -m "test commit"
> [master b7a23e3] test commit
>  0 files changed
>  create mode 100644 test.txt
> gnodet:(git)mina-sshd[master]/$ st
> # On branch master
> # Your branch is ahead of 'origin/master' by 1 commit.
> #
> nothing to commit (working directory clean)
> gnodet:(git)mina-sshd[master]/$ git push
> Counting objects: 4, done.
> Delta compression using up to 8 threads.
> Compressing objects: 100% (2/2), done.
> Writing objects: 100% (3/3), 272 bytes, done.
> Total 3 (delta 1), reused 0 (delta 0)
> remote: Write access is currently disabled. The ASF Git
> remote: repositories are currently undergoing maintenance.
> remote: 
> To https://git-wip-us.apache.org/repos/asf/mina-sshd.git
>  ! [remote rejected] master -> master (pre-receive hook declined)
> error: failed to push some refs to 'https://git-wip-us.apache.org/repos/asf/mina-sshd.git'
> [1]+  Done                    gitx .
> gnodet:(git)mina-sshd[master]/$ 
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira