-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -59,10 +59,10 @@ In order to install `git`, install the [Xcode Command Line Tools](http://osxdail | |
|
||
**Windows** | ||
|
||
Please download the `git` tools for Windows from [here](https://git-scm.com/download). During the installation process, please ensure that you select **Use Git from the Windows Command Prompt**. In addition, please make sure that you select **Checkout as-is, commit Unix-style line endings**. | ||
Please download the `git` tools for Windows from [here](https://git-scm.com/download/win). During the installation process, please ensure that you select **Use Git Bash and optional Unix tools from the Windows Command prompt**. In addition, please make sure that you select **Checkout as-is, commit Unix-style line endings**. | ||
|
||
<div align="center"> | ||
<img src="assets/installation_git_windows_0.png" height="280px"> <img src="assets/installation_git_windows_1.png" height="280px">. | ||
<img src="https://cdn.rawgit.com/opencobra/cobratoolbox/develop/docs/source/_static/images/installation_git_windows_0.png" height="280px"> <img src="https://cdn.rawgit.com/opencobra/cobratoolbox/develop/docs/source/_static/images/installation_git_windows_1.png" height="280px">. | ||
</div> | ||
|
||
## Github and local `git` configuration | ||
|
@@ -75,4 +75,4 @@ On **Linux (Ubuntu)** or **macOS**, start the terminal (or any other shell). On | |
$ git config --global user.github-username "yourGitHubUsername" | ||
$ git config --global user.email "[email protected]" | ||
``` | ||
Please replace `"yourGitHubUsername"` and `"[email protected]"` with your respective credentials. | ||
Please replace `"yourGitHubUsername"` and `"[email protected]"` with your respective credentials. |
Binary file not shown.
Binary file not shown.