You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by Otto Fowler <ot...@gmail.com> on 2019/02/05 14:05:54 UTC

[VFS] unable to commit

I’m trying to commit an update to the .gitignore ( PR#50), but it is
failing:

> git push upstream master
Counting objects: 3, done.
Delta compression using up to 8 threads.
Compressing objects: 100% (3/3), done.
Writing objects: 100% (3/3), 404 bytes | 404.00 KiB/s, done.
Total 3 (delta 1), reused 0 (delta 0)
remote: You are not authorized to edit this repository.
remote:
To https://gitbox.apache.org/repos/asf/commons-vfs.git
 ! [remote rejected]   master -> master (pre-receive hook declined)
error: failed to push some refs to
'https://gitbox.apache.org/repos/asf/commons-vfs.git’

>git config user.name
otto

>git config user.emailotto@apache.org

Any ideas what could be wrong?

Re: [VFS] unable to commit

Posted by Rob Tompkins <ch...@gmail.com>.
I can commit, what do you want in the .gitignore?….I’ll put it there for you for now.

++Thanks for pinging INFRA.

> On Feb 5, 2019, at 9:29 AM, Rob Tompkins <ch...@gmail.com> wrote:
> 
> you re-opening that?
> 
>> On Feb 5, 2019, at 9:20 AM, Otto Fowler <ot...@gmail.com> wrote:
>> 
>> I’m talking to infra, it is possible that INFRA-17724 didn’t set something
>> correctly
>> 
>> 
>> 
>> On February 5, 2019 at 09:05:54, Otto Fowler (ottobackwards@gmail.com)
>> wrote:
>> 
>> I’m trying to commit an update to the .gitignore ( PR#50), but it is
>> failing:
>> 
>>> git push upstream master
>> Counting objects: 3, done.
>> Delta compression using up to 8 threads.
>> Compressing objects: 100% (3/3), done.
>> Writing objects: 100% (3/3), 404 bytes | 404.00 KiB/s, done.
>> Total 3 (delta 1), reused 0 (delta 0)
>> remote: You are not authorized to edit this repository.
>> remote:
>> To https://gitbox.apache.org/repos/asf/commons-vfs.git
>> ! [remote rejected]   master -> master (pre-receive hook declined)
>> error: failed to push some refs to
>> 'https://gitbox.apache.org/repos/asf/commons-vfs.git’
>> 
>>> git config user.name
>> otto
>> 
>>> git config user.emailotto@apache.org
>> 
>> Any ideas what could be wrong?
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org


Re: [VFS] unable to commit

Posted by Rob Tompkins <ch...@gmail.com>.
you re-opening that?

> On Feb 5, 2019, at 9:20 AM, Otto Fowler <ot...@gmail.com> wrote:
> 
> I’m talking to infra, it is possible that INFRA-17724 didn’t set something
> correctly
> 
> 
> 
> On February 5, 2019 at 09:05:54, Otto Fowler (ottobackwards@gmail.com)
> wrote:
> 
> I’m trying to commit an update to the .gitignore ( PR#50), but it is
> failing:
> 
>> git push upstream master
> Counting objects: 3, done.
> Delta compression using up to 8 threads.
> Compressing objects: 100% (3/3), done.
> Writing objects: 100% (3/3), 404 bytes | 404.00 KiB/s, done.
> Total 3 (delta 1), reused 0 (delta 0)
> remote: You are not authorized to edit this repository.
> remote:
> To https://gitbox.apache.org/repos/asf/commons-vfs.git
> ! [remote rejected]   master -> master (pre-receive hook declined)
> error: failed to push some refs to
> 'https://gitbox.apache.org/repos/asf/commons-vfs.git’
> 
>> git config user.name
> otto
> 
>> git config user.emailotto@apache.org
> 
> Any ideas what could be wrong?


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org


Re: [VFS] unable to commit

Posted by Otto Fowler <ot...@gmail.com>.
I’m talking to infra, it is possible that INFRA-17724 didn’t set something
correctly



On February 5, 2019 at 09:05:54, Otto Fowler (ottobackwards@gmail.com)
wrote:

I’m trying to commit an update to the .gitignore ( PR#50), but it is
failing:

> git push upstream master
Counting objects: 3, done.
Delta compression using up to 8 threads.
Compressing objects: 100% (3/3), done.
Writing objects: 100% (3/3), 404 bytes | 404.00 KiB/s, done.
Total 3 (delta 1), reused 0 (delta 0)
remote: You are not authorized to edit this repository.
remote:
To https://gitbox.apache.org/repos/asf/commons-vfs.git
 ! [remote rejected]   master -> master (pre-receive hook declined)
error: failed to push some refs to
'https://gitbox.apache.org/repos/asf/commons-vfs.git’

>git config user.name
otto

>git config user.emailotto@apache.org

Any ideas what could be wrong?