Group setup wasn't complete. Should work for everyone now.

On Tue, Jun 7, 2016 at 2:12 AM, Shubham Pathak <[email protected]>
wrote:

> Thank you Thomas.
>
> For few committers the issue seems to have been resolved  but I am still
> facing the issue while trying to commit.
>
> shubham@shubham:/code/projects/Apache/commit/apex-malhar$ git push origin
> master
> Username for 'https://git-wip-us.apache.org': shubham
> Password for 'https://[email protected]':
> Counting objects: 115, done.
> Delta compression using up to 8 threads.
> Compressing objects: 100% (23/23), done.
> Writing objects: 100% (33/33), 10.28 KiB | 0 bytes/s, done.
> Total 33 (delta 5), reused 0 (delta 0)
> remote: You are not authorized to edit this repository.
> remote:
> To https://git-wip-us.apache.org/repos/asf/apex-malhar.git
>  ! [remote rejected] master -> master (pre-receive hook declined)
> error: failed to push some refs to '
> https://git-wip-us.apache.org/repos/asf/apex-malhar.git'
>
> Am I missing any step here ?
>
> Thanks,
> Shubham
>
> On Mon, Jun 6, 2016 at 9:33 PM, Thomas Weise <[email protected]>
> wrote:
>
> > Looks like the committer group isn't setup yet. It is tracked here:
> >
> > https://issues.apache.org/jira/browse/INFRA-11719
> >
> >
> >
> > On Mon, Jun 6, 2016 at 4:36 AM, Shubham Pathak <[email protected]>
> > wrote:
> >
> > > Hello,
> > >
> > > I am facing the same issue.
> > >
> > > shubham@shubham:/code/projects/Apache/commit/apex-malhar$ git remote
> -v
> > > origin https://git-wip-us.apache.org/repos/asf/apex-malhar.git (fetch)
> > > origin https://git-wip-us.apache.org/repos/asf/apex-malhar.git (push)
> > > shubham@shubham:/code/projects/Apache/commit/apex-malhar$ git branch
> > > * master
> > > shubham@shubham:/code/projects/Apache/commit/apex-malhar$ git push
> > origin
> > > master
> > > Username for 'https://git-wip-us.apache.org': shubham
> > > Password for 'https://[email protected]':
> > > Counting objects: 107, done.
> > > Delta compression using up to 8 threads.
> > > Compressing objects: 100% (15/15), done.
> > > Writing objects: 100% (25/25), 9.51 KiB | 0 bytes/s, done.
> > > Total 25 (delta 3), reused 0 (delta 0)
> > > remote: You are not authorized to edit this repository.
> > > remote:
> > > To https://git-wip-us.apache.org/repos/asf/apex-malhar.git
> > >  ! [remote rejected] master -> master (pre-receive hook declined)
> > > error: failed to push some refs to '
> > > https://git-wip-us.apache.org/repos/asf/apex-malhar.git'
> > >
> > > Thanks,
> > > Shubham
> > >
> > > On Mon, Jun 6, 2016 at 5:04 PM, Yogi Devendra <
> > > [email protected]>
> > > wrote:
> > >
> > > > Hi,
> > > >
> > > > I am merging PR for the first time. Getting following error.
> > > >
> > > > remote: You are not authorized to edit this repository.
> > > >
> > > >
> > > > Given below is the trace from console. Is it permission issue for my
> > > > account or permission issue with the new repo links?
> > > >
> > > > ----------------------------------------------------------------
> > > > ------------------------------------------------
> > > >
> > > > ✔ /repo/apex-malhar [master|✔]
> > > > 16:01 $ git remote -v
> > > > apache  https://git-wip-us.apache.org/repos/asf/apex-malhar.git/
> > (fetch)
> > > > apache  https://git-wip-us.apache.org/repos/asf/apex-malhar.git/
> > (push)
> > > > origin  [email protected]:apache/apex-malhar.git (fetch)
> > > > origin  [email protected]:apache/apex-malhar.git (push)
> > > > upstream        [email protected]:apache/apex-malhar.git (fetch)
> > > > upstream        [email protected]:apache/apex-malhar.git (push)
> > > > ✔ /repo/apex-malhar [master|✔]
> > > > 16:01 $ git fetch apache
> > > > ✔ /repo/apex-malhar [master|✔]
> > > > 16:02 $ git reset --hard apache/master
> > > > HEAD is now at 3e1cd8f APEXMALHAR-2112 Add logging exclusions in
> geode
> > > > dependency for running of all other contrib tests with 1.7 Java.
> > > > ✔ /repo/apex-malhar [master|✔]
> > > > 16:03 $ git pull https://github.com/tweise/incubator-apex-malhar
> > master
> > > > From https://github.com/tweise/incubator-apex-malhar
> > > >  * branch            master     -> FETCH_HEAD
> > > > Updating 3e1cd8f..18588f3
> > > > Fast-forward
> > > >
> > > >
> > >
> >
> library/src/main/java/org/apache/apex/malhar/lib/fs/GenericFileOutputOperator.java
> > > > | 21 +++++++++++----------
> > > >  1 file changed, 11 insertions(+), 10 deletions(-)
> > > > ✔ /repo/apex-malhar [master ↑·1|✔]
> > > > 16:03 $ git push apache master
> > > > Username for 'https://git-wip-us.apache.org': yogidevendra
> > > > Password for 'https://[email protected]':
> > > > Counting objects: 62, done.
> > > > Delta compression using up to 8 threads.
> > > > Compressing objects: 100% (10/10), done.
> > > > Writing objects: 100% (13/13), 1.10 KiB | 0 bytes/s, done.
> > > > Total 13 (delta 4), reused 0 (delta 0)
> > > > remote: You are not authorized to edit this repository.
> > > > remote:
> > > > To https://git-wip-us.apache.org/repos/asf/apex-malhar.git/
> > > >  ! [remote rejected] master -> master (pre-receive hook declined)
> > > > error: failed to push some refs to
> > > > 'https://git-wip-us.apache.org/repos/asf/apex-malhar.git/'
> > > > ✘-1 /repo/apex-malhar [master ↑·1|✔]
> > > > 16:04 $ git checkout -b master-try2
> > > > Switched to a new branch 'master-try2'
> > > > ✔ /repo/apex-malhar [master-try2 L|✔]
> > > > 16:04 $ git push apache master
> > > > Username for 'https://git-wip-us.apache.org': yogidevendra
> > > > Password for 'https://[email protected]':
> > > > Counting objects: 62, done.
> > > > Delta compression using up to 8 threads.
> > > > Compressing objects: 100% (10/10), done.
> > > > Writing objects: 100% (13/13), 1.10 KiB | 0 bytes/s, done.
> > > > Total 13 (delta 4), reused 0 (delta 0)
> > > > remote: You are not authorized to edit this repository.
> > > > remote:
> > > > To https://git-wip-us.apache.org/repos/asf/apex-malhar.git/
> > > >  ! [remote rejected] master -> master (pre-receive hook declined)
> > > > error: failed to push some refs to
> > > > 'https://git-wip-us.apache.org/repos/asf/apex-malhar.git/'
> > > > ✘-1 /repo/apex-malhar [master-try2 L|✔]
> > > > 16:05 $
> > > >
> > > > ----------------------------------------------------------------
> > > > ------------------------------------------------
> > > >
> > > >
> > > >
> > > > ~ Yogi
> > > >
> > >
> >
>

Reply via email to