File tree Expand file tree Collapse file tree 2 files changed +144
-102
lines changed
Expand file tree Collapse file tree 2 files changed +144
-102
lines changed Original file line number Diff line number Diff line change 22# Default LFS endpoint for this repository
33url = https://dwclu450qcnz6.cloudfront.net/api/v1
44
5- # To use the endpoint with your fork:
6- # 1. uncomment the url line below by removing the '#'
7- # 2. replace 'owner' with the username or organization that owns the fork
8- # 3. have git ignore your local modification of this file by running
9- # git update-index --skip-worktree .lfsconfig
10-
11- # url=https://dwclu450qcnz6.cloudfront.net/api/v1/fork/owner
5+ # To use the endpoint with your fork, run the following git command
6+ # in your local repository (without the '#'), replacing 'owner' with
7+ # the username or organization that owns the fork.
8+ #
9+ # git config lfs.url "https://dwclu450qcnz6.cloudfront.net/api/v1/fork/owner"
10+ #
11+ # For example, if your fork is https://github.com/octocat/o3de use
12+ # git config lfs.url "https://dwclu450qcnz6.cloudfront.net/api/v1/fork/octocat"
13+ #
14+ # IMPORTANT: authenticate with your GitHub username and personal access token
15+ # not your GitHub password
You can’t perform that action at this time.
0 commit comments