How to connect to SmalltalkHub using only an MCHttpRepository
Hi guys I should be doing something obvious totally wrong but I cannot connect to MCSmalltalkhubRepository owner: 'StephaneDucasse' project: 'Tetris' user: 'StephaneDucasse' password: '' using MCHttpRepository location: 'http://www.smalltalkhub.com/StephaneDucasse/Tetris' user: 'StephaneDucasse' password: '' I tried all kind of combinations. MCHttpRepository location: 'http://smalltalkhub.com/#!/~StephaneDucasse/Tetris' user: 'StephaneDucasse' password: '' open so this is a progress but I cannot see the files inside. Stef
I can see & open it: But I think you have to leave the user out, or provide both user & password.
On 07 Feb 2015, at 16:02, stepharo <stepharo@free.fr> wrote:
Hi guys
I should be doing something obvious totally wrong but I cannot connect to
MCSmalltalkhubRepository owner: 'StephaneDucasse' project: 'Tetris' user: 'StephaneDucasse' password: ''
using
MCHttpRepository location: 'http://www.smalltalkhub.com/StephaneDucasse/Tetris' user: 'StephaneDucasse' password: ''
I tried all kind of combinations.
MCHttpRepository location: 'http://smalltalkhub.com/#!/~StephaneDucasse/Tetris' user: 'StephaneDucasse' password: ''
open so this is a progress but I cannot see the files inside.
Stef
I was in Pharo 1.1 :) so now smalltalkhub MCHttpRepository location: 'http://www.smalltalkhub.com/mc/StephaneDucasse/SameTile/main' user: '' password: '' did the trick Stef Le 7/2/15 16:06, Sven Van Caekenberghe a écrit :
I can see & open it:
But I think you have to leave the user out, or provide both user & password.
On 07 Feb 2015, at 16:02, stepharo <stepharo@free.fr <mailto:stepharo@free.fr>> wrote:
Hi guys
I should be doing something obvious totally wrong but I cannot connect to
MCSmalltalkhubRepository owner: 'StephaneDucasse' project: 'Tetris' user: 'StephaneDucasse' password: ''
using
MCHttpRepository location: 'http://www.smalltalkhub.com/StephaneDucasse/Tetris' <http://www.smalltalkhub.com/StephaneDucasse/Tetris%27> user: 'StephaneDucasse' password: ''
I tried all kind of combinations.
MCHttpRepository location: 'http://smalltalkhub.com/#!/~StephaneDucasse/Tetris' <http://smalltalkhub.com/#%21/%7EStephaneDucasse/Tetris%27> user: 'StephaneDucasse' password: ''
open so this is a progress but I cannot see the files inside.
Stef
The Smalltalkhub repository page... http://smalltalkhub.com/#!/~StephaneDucasse/Tetris shows... MCHttpRepository location: 'http://smalltalkhub.com/mc/StephaneDucasse/Tetris/main' user: '' password: '' So you are missing the '/main' and also note the change of '/#!/' to '/mc/' , which caught me out a few times. cheers -ben On Sat, Feb 7, 2015 at 11:02 PM, stepharo <stepharo@free.fr> wrote:
Hi guys
I should be doing something obvious totally wrong but I cannot connect to
MCSmalltalkhubRepository owner: 'StephaneDucasse' project: 'Tetris' user: 'StephaneDucasse' password: ''
using
MCHttpRepository location: 'http://www.smalltalkhub.com/StephaneDucasse/Tetris' user: 'StephaneDucasse' password: ''
I tried all kind of combinations.
MCHttpRepository location: 'http://smalltalkhub.com/#!/~StephaneDucasse/Tetris' user: 'StephaneDucasse' password: ''
open so this is a progress but I cannot see the files inside.
Stef
participants (3)
-
Ben Coman -
stepharo -
Sven Van Caekenberghe