Open ElisabethCabioch opened 1 year ago
Thanks for opening your first issue! Please check the CONTRIBUTING documents for some tips about which information should be provided. You can find information of how to do a Pull Request here: https://github.com/pharo-project/pharo/wiki/Contribute-a-fix-to-Pharo
GitHubPharo is a dynamic reflective pure object-oriented language supporting live programming inspired by Smalltalk. - pharo-project/pharo
I confirm the problem with my config :
Hello,
I'm currently trying to edit my project by adding directly a code directory via Pharo to it. I tried to reload new Pharo 11 images but the same error is always occuring:
SubclassResponsibility: LGitCommitStore had the subclass responsibility to implement #createDirectory:
.It appears as so:
This bug appears when I do :
Browse > Iceberg> right click on the repository I want to add a directory in > Edit Project > + button > Create a directory > Accept
My Edit Project window is the following one: