You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: user/reference/windows.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -71,7 +71,7 @@ VMs running Windows use the default file system, NTFS.
71
71
- DotNet4.6-TargetPack v4.6.00081.20150925
72
72
- DotNet4.6.1 v4.6.01055.20170308
73
73
- dotnetfx v4.8.0.20190930
74
-
- git.install v2.25.0
74
+
- git.install v2.25.0[^git]
75
75
- hashdeep v4.4
76
76
- jq v1.6
77
77
- KB2919355 v1.0.20160915
@@ -102,6 +102,8 @@ VMs running Windows use the default file system, NTFS.
102
102
103
103
> A basic Python 2.7.9 interpreter is also included: `/C/ProgramData/chocolatey/bin/python.exe`
104
104
105
+
[^git]: Travis uses the system-wide Git for Windows installation in its own machinery, so use an alternative package like [`git.portable`](https://chocolatey.org/packages/git.portable) if you need a custom version of Git.
106
+
105
107
## How do I use MSYS2?
106
108
107
109
[MSYS2](https://www.msys2.org/) is a popular development environment for building GCC-based projects with Unix-style build systems. While it isn't included in the Windows image, it is fairly easy to install via [the Chocolatey package](https://chocolatey.org/packages/msys2) using the following additions to the sections of your `.travis.yml`:
0 commit comments