Skip to content

Commit 2721cbe

Browse files
committed
Merge pull request #366 from YueLinHo/UseGfW
Use "Git for Windows" instead of "msysgit"
2 parents 8a15027 + d9a074b commit 2721cbe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

book/01-introduction/sections/installing.asc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ You can download that tool from the GitHub for Mac website, at http://mac.github
5050
There are also a few ways to install Git on Windows.(((Windows, installing)))
5151
The most official build is available for download on the Git website.
5252
Just go to http://git-scm.com/download/win[] and the download will start automatically.
53-
Note that this is a project called Git for Windows (also called msysGit), which is separate from Git itself; for more information on it, go to http://msysgit.github.io/[].
53+
Note that this is a project called Git for Windows, which is separate from Git itself; for more information on it, go to https://git-for-windows.github.io/[].
5454

5555
Another easy way to get Git installed is by installing GitHub for Windows.
5656
The installer includes a command line version of Git as well as the GUI.

book/04-git-server/sections/generating-ssh-key.asc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ config id_dsa.pub
1919

2020
You're looking for a pair of files named something like `id_dsa` or `id_rsa` and a matching file with a `.pub` extension.
2121
The `.pub` file is your public key, and the other file is your private key.
22-
If you don't have these files (or you don't even have a `.ssh` directory), you can create them by running a program called `ssh-keygen`, which is provided with the SSH package on Linux/Mac systems and comes with the MSysGit package on Windows:
22+
If you don't have these files (or you don't even have a `.ssh` directory), you can create them by running a program called `ssh-keygen`, which is provided with the SSH package on Linux/Mac systems and comes with Git for Windows:
2323

2424
[source,console]
2525
----

0 commit comments

Comments
 (0)