because I just downloaded a fresh pharo 5 image and installed gitfiletree from catalog browser and i try to add a newly initialised git repo and i am getting this
Array(Object)>>errorSubscriptBounds:
Array(Object)>>at:
MCFileTreeGitRepository>>currentBranch
MCFileTreeGitRepository>>branch
MCFileTreeGitRepository>>description
[ :ea | ea description ] in MCWorkingCopyBrowser>>repositoryList in Block: [ :ea | ea description ]
Array(SequenceableCollection)>>collect:
MCWorkingCopyBrowser>>repositoryList
PluggableIconListMorph>>getList
PluggableIconListMorph(PluggableListMorph)>>getListSize
LazyMorphListMorph(LazyListMorph)>>getListSize
LazyMorphListMorph>>listChanged
PluggableIconListMorph(PluggableListMorph)>>updateList
PluggableIconListMorph(PluggableListMorph)>>update:
[ :aDependent | aDependent update: aParameter ] in MCWorkingCopyBrowser(Object)>>changed: in Block: [ :aDependent | aDependent update: aParameter ]
DependentsArray>>do:
MCWorkingCopyBrowser(Object)>>changed:
MCWorkingCopyBrowser>>repositoryListChanged
MCWorkingCopyBrowser>>editRepository
MCWorkingCopyBrowser(Object)>>perform:orSendTo:
[ | selArgCount |
"show cursor in case item opens a new MVC window"
(selArgCount := selector numArgs) = 0
ifTrue: [ target perform: selector ]
ifFalse:
[ selArgCount = arguments size
ifTrue: [ target perform: selector withArguments: arguments ]
ifFalse:
[ target
perform: selector
withArguments: (arguments copyWith: evt) ] ].
self changed ] in ToggleMenuItemMorph(MenuItemMorph)>>invokeWithEvent: in Block: [ | selArgCount |...
BlockClosure>>ensure:
CursorWithMask(Cursor)>>showWhile:
ToggleMenuItemMorph(MenuItemMorph)>>invokeWithEvent:
ToggleMenuItemMorph(MenuItemMorph)>>mouseUp:
ToggleMenuItemMorph(MenuItemMorph)>>handleMouseUp:
MouseButtonEvent>>sentTo:
ToggleMenuItemMorph(Morph)>>handleEvent:
MorphicEventDispatcher>>dispatchDefault:with:
MorphicEventDispatcher>>handleMouseUp: