Skip to content

Commit 6d4cbde

Browse files
authored
Merge pull request #812: Provide a more actionable "unsupported features" message for Server 2016 users
2 parents 8bcc4ac + 9da8efb commit 6d4cbde

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

GVFS/GVFS.Platform.Windows/ProjFSFilter.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ public bool IsSupported(string normalizedEnlistmentRootPath, out string warning,
316316
return true;
317317
}
318318

319-
error = "File system does not support features required by GVFS. Confirm that Windows version is at or beyond that required by GVFS";
319+
error = "File system does not support features required by VFS for Git. Confirm that Windows version is at or beyond that required by VFS for Git. A one-time reboot is required on Windows Server 2016 after installing VFS for Git.";
320320
return false;
321321
}
322322

0 commit comments

Comments
 (0)