diff --git a/lib/util/git/index.ts b/lib/util/git/index.ts
index ecfd40abc4d88edf1ef42b85743b92cc2a4e61eb..99162dadc5aa7364800d3ea4a9f7e1d33bc69123 100644
--- a/lib/util/git/index.ts
+++ b/lib/util/git/index.ts
@@ -70,6 +70,7 @@ function checkForPlatformFailure(err: Error): void {
     'Connection timed out',
     'malformed object name',
     'TF401027:', // You need the Git 'GenericContribute' permission to perform this action
+    'Could not resolve host',
   ];
   for (const errorStr of externalHostFailureStrings) {
     if (err.message.includes(errorStr)) {