Hi, It seems that my previous image was corrupted.
In new Fresh Image the error is the following: IceLibgitErrorVisitor>>visitGenericError: IceLibgitErrorVisitor>>visitERROR: LGit_GIT_ERROR>>acceptError: [ :error | location exists ifTrue: [ location ensureDeleteAll ]. error acceptError: (IceLibgitErrorVisitor onContext: self) ] in IceGitClone>>execute in Block: [ :error | ... BlockClosure>>cull: Context>>evaluateSignal: Context>>handleSignal: LGit_GIT_ERROR(Exception)>>signal LGit_GIT_ERROR class(LGitCallReturnHandler class)>>signalWith: LGitReturnCodeEnum>>handleLGitReturnCode LGitRepository(LGitExternalObject)>>withReturnHandlerDo: LGitRepository>>clone:options:to: LGitRepository>>clone:options: [ location ensureCreateDirectory. repo := LGitRepository on: location. cloneOptions := LGitCloneOptions withCredentialsProvider: (IceCredentialsProvider defaultForRemoteUrl: url). "Keeping references, because if not the GC take them." checkoutOptions := cloneOptions checkoutOptions. callbacks := cloneOptions fetchOptions callbacks. callbacks transferProgress: IceGitTransferProgress new. checkoutOptions checkoutStrategy: LGitCheckoutStrategyEnum git_checkout_force. checkoutOptions progressCallback: IceGitCheckoutProgress new. repo clone: url options: cloneOptions. (LGitRemote of: repo named: 'origin') lookup; setUrl: url ] in IceGitClone>>execute in Block: [ location ensureCreateDirectory.... BlockClosure>>on:do: IceGitClone>>execute IceRepositoryCreator>>cloneRepository [ self validate. self isCloning ifTrue: [ self cloneRepository ] ifFalse: [ self addLocalRepository ] ] in IceRepositoryCreator>>createRepository in Block: [ self validate.... BlockClosure>>on:do: IceRepositoryCreator>>createRepository [ repository := builder createRepository ] in MCGitHubRepository(MCGitBasedNetworkRepository)>>createIcebergRepositoryFor: in Block: [ repository := builder createRepository ] BlockClosure>>on:do: MCGitHubRepository(MCGitBasedNetworkRepository)>>createIcebergRepositoryFor: [ ^ self createIcebergRepositoryFor: urlToUse ] in MCGitHubRepository(MCGitBasedNetworkRepository)>>createIcebergRepositoryWithFallbackFor:url: in Block: [ ^ self createIcebergRepositoryFor: urlToUse ] BlockClosure>>on:do: MCGitHubRepository(MCGitBasedNetworkRepository)>>createIcebergRepositoryWithFallbackFor:url: [ | remote | remote := IceGitRemote url: remoteUrl. self createIcebergRepositoryWithFallbackFor: remote url: remoteUrl ] in MCGitHubRepository(MCGitBasedNetworkRepository)>>getOrCreateIcebergRepository in Block: [ | remote |... OrderedCollection(Collection)>>detect:ifFound:ifNone: OrderedCollection(Collection)>>detect:ifNone: MCGitHubRepository(MCGitBasedNetworkRepository)>>getOrCreateIcebergRepository -- Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html