1
0
mirror of synced 2025-12-23 11:54:18 -05:00

Update Git LFS home page URL and note Windows install may require new shell session (#42566)

This commit is contained in:
Chris Darroch
2023-09-18 09:18:30 -07:00
committed by GitHub
parent 77991fce2e
commit ada7e6eee6
2 changed files with 6 additions and 6 deletions

View File

@@ -32,7 +32,7 @@ shortTitle: Configure Git LFS
{% data reusables.large_files.storage_assets_location %} {% data reusables.large_files.storage_assets_location %}
{% data reusables.large_files.rejected_pushes %} {% 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 %} {% 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 ## 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/)

View File

@@ -15,7 +15,7 @@ shortTitle: Install Git LFS
--- ---
{% mac %} {% 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 [Homebrew](https://brew.sh/), run `brew install git-lfs`.
- To use [MacPorts](https://www.macports.org/), run `port install git-lfs`. - To use [MacPorts](https://www.macports.org/), run `port install git-lfs`.
@@ -59,7 +59,7 @@ shortTitle: Install Git LFS
{% windows %} {% 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 %} {% tip %}
@@ -68,7 +68,7 @@ shortTitle: Install Git LFS
{% endtip %} {% endtip %}
1. On your computer, locate the downloaded file. 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 %}. 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: 1. Verify that the installation was successful:
```shell ```shell
@@ -82,7 +82,7 @@ shortTitle: Install Git LFS
{% linux %} {% 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 %} {% tip %}