Update Git LFS home page URL and note Windows install may require new shell session (#42566)
This commit is contained in:
@@ -32,7 +32,7 @@ shortTitle: Configure Git LFS
|
||||
{% data reusables.large_files.storage_assets_location %}
|
||||
{% data reusables.large_files.rejected_pushes %}
|
||||
|
||||
For more information, see "[AUTOTITLE](/repositories/working-with-files/managing-large-files/about-git-large-file-storage)", "[AUTOTITLE](/repositories/working-with-files/managing-large-files)," and the [{% data variables.large_files.product_name_long %} project site](https://git-lfs.github.com/).
|
||||
For more information, see "[AUTOTITLE](/repositories/working-with-files/managing-large-files/about-git-large-file-storage)", "[AUTOTITLE](/repositories/working-with-files/managing-large-files)," and the [{% data variables.large_files.product_name_long %} project site](https://git-lfs.com/).
|
||||
|
||||
{% data reusables.large_files.can-include-lfs-objects-archives %}
|
||||
|
||||
@@ -150,4 +150,4 @@ Before migrating to a different {% data variables.large_files.product_name_long
|
||||
|
||||
## Further reading
|
||||
|
||||
- [{% data variables.large_files.product_name_long %} project site](https://git-lfs.github.com/)
|
||||
- [{% data variables.large_files.product_name_long %} project site](https://git-lfs.com/)
|
||||
|
||||
@@ -15,7 +15,7 @@ shortTitle: Install Git LFS
|
||||
---
|
||||
{% mac %}
|
||||
|
||||
1. Navigate to [git-lfs.github.com](https://git-lfs.github.com) and click **Download**. Alternatively, you can install {% data variables.large_files.product_name_short %} using a package manager:
|
||||
1. Navigate to [git-lfs.com](https://git-lfs.com) and click **Download**. Alternatively, you can install {% data variables.large_files.product_name_short %} using a package manager:
|
||||
- To use [Homebrew](https://brew.sh/), run `brew install git-lfs`.
|
||||
- To use [MacPorts](https://www.macports.org/), run `port install git-lfs`.
|
||||
|
||||
@@ -59,7 +59,7 @@ shortTitle: Install Git LFS
|
||||
|
||||
{% windows %}
|
||||
|
||||
1. Navigate to [git-lfs.github.com](https://git-lfs.github.com) and click **Download**.
|
||||
1. Navigate to [git-lfs.com](https://git-lfs.com) and click **Download**.
|
||||
|
||||
{% tip %}
|
||||
|
||||
@@ -68,7 +68,7 @@ shortTitle: Install Git LFS
|
||||
{% endtip %}
|
||||
1. On your computer, locate the downloaded file.
|
||||
1. Double click on the file called _git-lfs-windows-1.X.X.exe_, where 1.X.X is replaced with the Git LFS version you downloaded. When you open this file Windows will run a setup wizard to install {% data variables.large_files.product_name_short %}.
|
||||
{% data reusables.command_line.open_the_multi_os_terminal %}
|
||||
{% data reusables.command_line.open_the_multi_os_terminal %} As the setup wizard may have modified your system `PATH`, opening a new session will ensure Git can locate Git LFS.
|
||||
1. Verify that the installation was successful:
|
||||
|
||||
```shell
|
||||
@@ -82,7 +82,7 @@ shortTitle: Install Git LFS
|
||||
|
||||
{% linux %}
|
||||
|
||||
1. Navigate to [git-lfs.github.com](https://git-lfs.github.com) and click **Download**.
|
||||
1. Navigate to [git-lfs.com](https://git-lfs.com) and click **Download**.
|
||||
|
||||
{% tip %}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user