Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

This repository is over its data quota. Account responsible for LFS bandwidth should purchase more data packs to restore access

H! I installed LFS in my github repository to track my *.csv files but when someone else tried to upload other csv and I wanted to make the pull of my repository this was the result

This repository is over its data quota. Account responsible for
LFS bandwidth should purchase more data packs to restore access.

My question is How can I recover the access to my repository, it doesn´t matter if I can not use anymore LFS I will move my csv files to other place, I just want to recover the access to my github repository and being able to push and pull.

like image 433
coding Avatar asked Dec 13 '22 08:12

coding


1 Answers

I'll explain what I did...I tried to clone a repository from GitHub which contains GIT LFS pointers in it. I followed the following steps and got the actual files.

  1. Fork the repo to one of your users
  2. Go to repo settings
  3. Find "Include Git LFS objects in archives" under the Archives section and check it
  4. Go to the Danger Zone section, select "Archive this repository"
  5. Confirm and authorize.
  6. Return to the archived repository. 7 .Download as .zip
  7. Download will pause for a minute or so before it starts downloading lfs objects. Wait and it should continue.
like image 141
Kirushikesh Avatar answered Dec 18 '22 00:12

Kirushikesh