.lfsconfig 626 B

12345678910111213141516
  1. [lfs]
  2. # Default LFS endpoint for this repository
  3. url=https://d3df09qsjufr6g.cloudfront.net/api/v1
  4. # To use the endpoint with your fork, run the following git command
  5. # in your local repository (without the '#'), replacing 'owner' with
  6. # the username or organization that owns the fork.
  7. #
  8. # git config lfs.url "https://d3df09qsjufr6g.cloudfront.net/api/v1/fork/owner"
  9. #
  10. # For example, if your fork is https://github.com/octocat/o3de use
  11. # git config lfs.url "https://d3df09qsjufr6g.cloudfront.net/api/v1/fork/octocat"
  12. #
  13. # IMPORTANT: authenticate with your GitHub username and personal access token
  14. # not your GitHub password