microsoft / WinObjC

Objective-C for Windows
MIT License
6.24k stars 809 forks source link

Git clone fails due to data quota exceeded error #2883

Open armadsen opened 6 years ago

armadsen commented 6 years ago

I'm trying to clone the repo to build from source, following the instructions on https://github.com/Microsoft/WinObjC/wiki/Building-From-Source

The clone fails with a "data quota exceeded" error when git lfs tries to fetch some file or other.

> git clone https://github.com/Microsoft/WinObjC
Cloning into 'WinObjC'...
remote: Counting objects: 88122, done.
remote: Compressing objects: 100% (4/4), done.
remote: Total 88122 (delta 0), reused 0 (delta 0), pack-reused 88118
Receiving objects: 100% (88122/88122), 336.34 MiB | 6.10 MiB/s, done.
Resolving deltas: 100% (49144/49144), done.
CDownloading common/gitversiontask/4.0.0-beta0011/build/GitVersionTask.dll (852 KB)
Checking out files: 100% (11058/11058), done.
Error downloading object: common/gitversiontask/4.0.0-beta0011/build/GitVersionTask.dll (6844a21): Smudge error: Error downloading common/gitversiontask/4.0.0-beta0011/build/GitVersionTask.dll (6844a21ebdf692b543b23d88d41fac02bb44c8e596eaeb4c0cb309b792ca48e5): batch response: This repository is over its data quota. Purchase more data packs to restore access.

Errors logged to C:\Users\Andrew Madsen\Development\WinObjC\.git\lfs\logs\20180715T234438.6049159.log
Use `git lfs logs last` to view the log.
error: external filter 'git-lfs filter-process' failed
fatal: common/gitversiontask/4.0.0-beta0011/build/GitVersionTask.dll: smudge filter lfs failed
warning: Clone succeeded, but checkout failed.
You can inspect what was checked out with 'git status'
and retry the checkout with 'git checkout -f HEAD'