Hi,
Sorry, but I am person 237 trying to contribute to Pharo 7 the new way.
$ sw_vers
ProductName: Mac OS X
ProductVersion: 10.13
BuildVersion: 17A405
...
$ ./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