diff --git a/lib/util/git/index.ts b/lib/util/git/index.ts
index 33f09351d72b5b0339898f373d3015fdb878f653..26261c5f0be3371afef906f23ed65aab8a3923c2 100644
--- a/lib/util/git/index.ts
+++ b/lib/util/git/index.ts
@@ -71,6 +71,7 @@ function checkForPlatformFailure(err: Error): void {
     'malformed object name',
     'TF401027:', // You need the Git 'GenericContribute' permission to perform this action
     'Could not resolve host',
+    ' is not a member of team',
   ];
   for (const errorStr of externalHostFailureStrings) {
     if (err.message.includes(errorStr)) {