iceberg icon indicating copy to clipboard operation
iceberg copied to clipboard

Setting global properties raise a DNU

Open Ducasse opened this issue 1 year ago • 5 comments

  • if this is the first time that you use Git in your account
  • you get a DNU because the model is nil

Ducasse avatar Jun 18 '24 08:06 Ducasse

Is there some sort of a workaround to get this working for now? Happening on a clean Pharo 12.0 stable. Screenshot 2024-07-20 at 00 42 51

skycluster avatar Jul 19 '24 21:07 skycluster

I got it to work with manually applying

git config user.email "[email protected]"
git config user.name "Your Name"

from the OS command line. The git file structure is there no matter the exception...

skycluster avatar Jul 19 '24 22:07 skycluster

Thanks a lot for your bug report. We are sorry for the inconvenience. We already encountered and it is on our endless todo now since it happens only the first time we always have more urgent bug to fix.

Ducasse avatar Jul 21 '24 06:07 Ducasse

https://github.com/pharo-project/pharo/issues/16979

Ducasse avatar Aug 05 '24 17:08 Ducasse

Fixed in Pharo 12, we must forward port it to P13

guillep avatar Sep 09 '24 09:09 guillep