diff --git a/lib/screens/githostsetup_screens.dart b/lib/screens/githostsetup_screens.dart index d514c4a9..289a941b 100644 --- a/lib/screens/githostsetup_screens.dart +++ b/lib/screens/githostsetup_screens.dart @@ -350,6 +350,10 @@ class GitHostSetupScreenState extends State { } void _startGitClone(BuildContext context) async { + setState(() { + gitCloneErrorMessage = ""; + }); + var appState = StateContainer.of(context).appState; var basePath = appState.gitBaseDirectory;