@@ -40,17 +40,21 @@ <h3>Git</h3>
40
40
</ article >
41
41
< article role ="tabpanel " class ="tab-pane " id ="git-macos ">
42
42
< p >
43
- < strong > For macOS</ strong > , install Git for Mac
44
- by downloading and running the most recent "mavericks" installer from
45
- < a href ="http://sourceforge.net/projects/git-osx-installer/files/ "> this list</ a > .
46
- Because this installer is not signed by the developer, you may have to
47
- right click (control click) on the .pkg file, click Open, and click
48
- Open on the pop up window.
49
- After installing Git, there will not be anything in your < code > /Applications</ code > folder,
50
- as Git is a command line program.
43
+ Please open the Terminal app, type < code > git --version</ code > and press
44
+ < kbd > Enter</ kbd > /< kbd > Return</ kbd > . If it's not installed already,
45
+ follow the instructions to < code > Install</ code > the "command line
46
+ developer tools". < strong > Do not click</ strong > "Get Xcode", because that will
47
+ take too long and is not necessary for our Git lesson.
48
+ After installing these tools, there won't be anything in your < code > /Applications</ code >
49
+ folder, as they and Git are command line programs.
51
50
< strong > For older versions of OS X (10.5-10.8)</ strong > use the
52
51
most recent available installer labelled "snow-leopard"
53
52
< a href ="http://sourceforge.net/projects/git-osx-installer/files/ "> available here</ a > .
53
+ (Note: this project is no longer maintained.)
54
+ Because this installer is not signed by the developer, you may have to
55
+ right click (control click) on the .pkg file, click Open, and click
56
+ Open in the pop-up dialog. You can watch
57
+ < a href ="https://www.youtube.com/watch?v=9LQhwETCdwY "> a video tutorial about this case</ a > .
54
58
</ p >
55
59
< h4 > Video Tutorial</ h4 >
56
60
< div class ="yt-wrapper2 ">
0 commit comments