TFS 2017 RTM and TFS 2015 (macOS and Linux only): On the Variables tab, set Agent.Source.Git.Lfs to true. If you're using TFS, or if you're using Azure Pipelines with a self-hosted agent, then you must install git-lfs on the agent for this option to work. Earlier this year we received a number of reports from users that were unable to delete, move or rename documents on a new SMB file share. Eventually we were able to narrow it down enough to be able to consistently duplicate what they were seeing. It appears the SMB client in Mac OS X (10.11, 10.12 and possibly others) is overly aggressive with file locks.
Developer(s) | Microsoft |
---|---|
Stable release | |
Preview release | 1.0.20156.1 / June 3, 2020; 31 days ago |
Repository | |
Written in | C++ and C# |
Operating system | Windows 10 Creators Update and later, macOS |
Type | Virtual file system for Git |
License | MIT License |
Website | vfsforgit.org/ |
Virtual File System for Git (VFS for Git), developed by Microsoft, is an extension to the Git version control system.
Overview[edit]
VFS for Git is designed to ease the handling of enterprise-scale Git repositories, such as the Microsoft Windows operating system (whose development switched to Git under Microsoft's internal 'One Engineering System' initiative). The system exposes a virtual file system that only downloads files to local storage as they are needed. In November 2017, GitHub announced that it would support VFS for Git.[2][3]
VFS for Git was originally named Git Virtual File System (GVFS). However due to complaints by the developers of GNOME over confusion with GNOME Virtual File System, Microsoft announced that it would solicit ideas for a new name of the software in June 2018, following its acquisition of GitHub.[4]. Its first release[5] under the new name was in August 2018.
Vfs For Git Mac Os 2
See also[edit]
References[edit]
- ^'Latest Release'. VFSForGit. GitHub. Microsoft. Retrieved 2019-08-12.
- ^Foley, Mary Jo. 'Microsoft's One Engineering System brings Git Virtual File System to the masses'. ZDNet. Retrieved 2018-06-04.
- ^'GitHub adopts Microsoft's tool for supporting massive software projects'. VentureBeat. 2017-11-15. Retrieved 2018-06-04.
- ^'Microsoft is going to rename GVFS and wants your suggestions'. BetaNews.com. Retrieved 2018-06-09.
- ^'VFS for Git 1.0.18234.1'. GitHub.com. Retrieved 2018-02-13.
External links[edit]
- Virtual File System for Git on GitHub