You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When JGitEnvironmentRepository fetching data (see fetch method)
and Git is unavailable at this moment (for example we got UnknownHostException), we just log WARN message and return nullFetchResult.
I propose to send some ApplicationEvent in this case for adding the possibility to handle this situation.