pharo-vcs / iceberg

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

Setting global properties raise a DNU #1828

Open Ducasse opened 1 month ago

Ducasse commented 1 month ago
skycluster commented 1 day 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 1 day 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...