} catch (URISyntaxException e) {
Activator.logError(e.getMessage(), e);
continue;
}
FetchOperationUI fetchOperationUI = new FetchOperationUI(repo,
config, timeout, false);
fetchOperationUI.setCredentialsProvider(new EGitCredentialsProvider());
SubMonitor subMonitor = SubMonitor.convert(monitor);
try {
fetchOperationUI.execute(subMonitor);
gsd.updateRevs();
} catch (Exception e) {
showInformationDialog(remoteName);
Activator.logError(e.getMessage(), e);
}