hi,

thing is, you should not use https authentication (and the guide should not point to it)
Using SSH mode works out of the box. 
Using HTTPS there is currently a bug and the workaround is to introduce your credentials *before* trying to commit (in settings)

Esteban

On 30 Oct 2017, at 20:33, Sven Van Caekenberghe <sven@stfx.eu> wrote:

Hi,

Sorry, but I am person 237 trying to contribute to Pharo 7 the new way.

I was following https://github.com/guillep/PharoIntegrationProcess/wiki/Contribute-a-fix-to-Pharo and I got stuck just before step 3, after trying to do "That will calculate the differences between the checked-out branch and your image, show you the tree with the differences and let you commit (and push)". Specifically, the 'and push' fails.

$ sw_vers 
ProductName: Mac OS X
ProductVersion: 10.13
BuildVersion: 17A405

$ curl get.pharo.org/70+vm | bash
...

$ ./pharo-ui Pharo.image

I now have the following setup, which is correct I think.

<Screen Shot 2017-10-30 at 20.28.05.png>

I can commit on my local branch (left button), but when I try to do the 'and Push' (right button), things hang after I enter my credentials.

Locally, I see

$ git status
On branch 20613-Improve-some-UUID-comments
nothing to commit, working tree clean

with the new code already committed

$ cat src/Network-UUID.package/UUID.class/class/new.st 
instance creation
new
"Create and return a new UUID"

"self new"

^ (self new: 16)

What did I do wrong ? How do I proceed ?

Sven