LogmeinRescue / iOS-SDK

Rescue In-App Support iOS SDK
http://secure.logmeinrescue.com/welcome/webhelp/EN/SDKi/MobileSDK/c_riossdk_overview.html
Other
6 stars 7 forks source link

Git LFS Data Limit #50

Closed ScottRobbins closed 4 years ago

ScottRobbins commented 4 years ago

Problem

Currently, the SDK is failing to install because the repository is over its data quota.

[!] Error installing RescueSDK
[!] /usr/local/bin/git clone https://github.com/LogmeinRescue/iOS-SDK.git /var/folders/rl/s94pbx1j6rx7vgsmjj23mj4h0000gp/T/d20200723-95777-1jak5qa --template= --single-branch --depth 1 --branch 5.7

Cloning into '/var/folders/rl/s94pbx1j6rx7vgsmjj23mj4h0000gp/T/d20200723-95777-1jak5qa'...
Note: switching to '72eebc60b6b69e99e752021831c44a48cd17bf0f'.

You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by switching back to a branch.

If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -c with the switch command. Example:

  git switch -c <new-branch-name>

Or undo this operation with:

  git switch -

Turn off this advice by setting config variable advice.detachedHead to false

Downloading Frameworks/LMICoreMedia.framework/LMICoreMedia (173 MB)
Error downloading object: Frameworks/LMICoreMedia.framework/LMICoreMedia (79e52d1): Smudge error: Error downloading Frameworks/LMICoreMedia.framework/LMICoreMedia (79e52d192b8b9455d21bab0f5694b70f5dbe94c07cbb5f0c45d750f95f6f40c7): batch response: This repository is over its data quota. Account responsible for LFS bandwidth should purchase more data packs to restore access.

Errors logged to /private/var/folders/rl/s94pbx1j6rx7vgsmjj23mj4h0000gp/T/d20200723-95777-1jak5qa/.git/lfs/logs/20200723T101616.509591.log
Use `git lfs logs last` to view the log.
error: external filter 'git-lfs filter-process' failed
fatal: Frameworks/LMICoreMedia.framework/LMICoreMedia: smudge filter lfs failed
warning: Clone succeeded, but checkout failed.
You can inspect what was checked out with 'git status'
and retry with 'git restore --source=HEAD :/'

This has happened in the past as well, and every time it does our CI process breaks.

tamastimar commented 4 years ago

Hi @ScottRobbins,

Thanks for reporting the issue. It has been fixed.

Could you please check if your problem is solved as well?

Thanks.

MrLithid commented 4 years ago

This solved the issue we were having. Thanks!