yep! it works.
Thanks Guille
Alain
 
On 17 Apr 2015, at 10:05, Guillermo Polito <guillermopolito@gmail.com> wrote:

I see you're already there in the permission list.

I think you should go to the monticello browser and add the pharo extras repository with your user and password. Then Gofer will be able to find your password to commit. Sorry I skipped that "detail" when giving you the scripts :/.

Guille

El vie., 17 de abr. de 2015 a la(s) 10:03 a. m., Alain Plantec via Pharo-dev <pharo-dev@lists.pharo.org> escribi��:
Hello all,

Here are the Gofer invocations I used.
The fetch is ok but the push
ends-up in a ���Permission denied��� error.

what is wrong in my Gofer push invocation ?

Thanks
Cheers
Alain


Gofer it
    smalltalkhubUser: 'AlainPlantec' project: 'Bloc';
    package: 'Bloc-Core';
    package: 'Bloc-Core-MorphCompatibility';
    package: 'Bloc-Halo';
    package: 'Bloc-Halo-MorphCompatibility';
    package: 'Bloc-Widgets';
    package: 'ConfigurationOfBloc';
    fetch.

Gofer it
    smalltalkhubUser: 'PharoExtras' project: 'Bloc';
    package: 'Bloc-Core';
    package: 'Bloc-Core-MorphCompatibility';
    package: 'Bloc-Halo';
    package: 'Bloc-Halo-MorphCompatibility';
    package: 'Bloc-Widgets';
    package: 'ConfigurationOfBloc';
    push.