cachecashproject / go-cachecash

Apache License 2.0
6 stars 4 forks source link

Cannot clone LFS files #6

Closed KevinSirius closed 4 years ago

KevinSirius commented 4 years ago

When I try to clone this repo, an error occurs during the LFS checkout: git lfs fetch fetch: Fetching reference refs/heads/master Enter passphrase for key '/home/MY_NAME/.ssh/id_rsa': batch response: This repository is over its data quota. Account responsible for LFS bandwidth should purchase more data packs to restore access. error: failed to fetch some objects from 'https://github.com/cachecashproject/go-cachecash.git/info/lfs'

Any idea about how to fix this?

KevinSirius commented 4 years ago

I found out the problem being CI on forks of this repo continously pulling resources from github every time developer has pushed a commit. I have disabled CI on my fork and please disable your personal CI on your fork as well if you have one.