pharo-vcs / iceberg

Iceberg is the main toolset for handling VCS in Pharo.
MIT License
134 stars 85 forks source link

Setting global properties raise a DNU #1828

Closed Ducasse closed 2 weeks ago

Ducasse commented 5 months ago
skycluster commented 4 months ago

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 commented 4 months ago

I got it to work with manually applying

git config user.email "you@example.com"
git config user.name "Your Name"

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

Ducasse commented 4 months ago

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 commented 3 months ago

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

guillep commented 2 months ago

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