Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GitHub LFS bug ❌ #2

Open
xgqfrms opened this issue Aug 14, 2024 · 2 comments
Open

GitHub LFS bug ❌ #2

xgqfrms opened this issue Aug 14, 2024 · 2 comments
Labels
Git Large File Storage Git Large File Storage

Comments

@xgqfrms
Copy link
Owner

xgqfrms commented Aug 14, 2024

GitHub LFS bug ❌

image

Git Large File Storage

https://docs.github.com/en/repositories/working-with-files/managing-large-files

@xgqfrms xgqfrms added the Git Large File Storage Git Large File Storage label Aug 14, 2024
@xgqfrms
Copy link
Owner Author

xgqfrms commented Aug 14, 2024

In order to use Git LFS, you'll need to download and install a new program that's separate from Git.

$ brew install git-lfs

https://docs.github.com/en/repositories/working-with-files/managing-large-files/installing-git-large-file-storage

$ git lfs track "*.psd"

https://docs.github.com/en/repositories/working-with-files/managing-large-files/configuring-git-large-file-storage

@xgqfrms
Copy link
Owner Author

xgqfrms commented Aug 14, 2024

CDN solutions ✅

        switch (relativePath) {
          case `《雅思考试官方指南》(第2版)/视频:口语考试实况录像/01 Speaking Sample 1.mp4`:
            url = `https://www.bilibili.com/video/BV1PbeueyEuE/`;
            break;
          case `《雅思考试官方指南》(第2版)/视频:口语考试实况录像/02 Speaking Sample 2.mp4`:
            url = `https://www.bilibili.com/video/BV15ueuetEKJ/`;
            break;
          case `《雅思考试官方指南》(第2版)/视频:口语考试实况录像/03 Speaking Sample 3.mp4`:
            url = `https://www.bilibili.com/video/BV1PbeueyEuE/`;
            break;
          case `《雅思考试官方指南》(第2版)/视频:口语考试实况录像/04 Speaking Sample 4.mp4`:
            url = `https://www.bilibili.com/video/BV1hVeueRE42/`;
            break;
          // default:
          //   break;
        }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Git Large File Storage Git Large File Storage
Projects
None yet
Development

No branches or pull requests

1 participant