sarabander / sicp-pdf

SICP PDF with Texinfo and LaTeX source
http://sicpebook.wordpress.com/
4.26k stars 537 forks source link

pdf download no longer available #45

Closed nishanths closed 2 years ago

nishanths commented 2 years ago

The sicp.pdf download link in the README redirects to https://raw.githubusercontent.com/sarabander/sicp-pdf/master/sicp.pdf, which has the content:

version https://git-lfs.github.com/spec/v1
oid sha256:08709a87567d8311d6fd29c4f4a5386801153e71450e628c4a5a5d7e85feda8b
size 7416886

instead of the actual PDF.

It looked like the PDF requires fetching using git lfs. So I tried to do it locally. I cloned the repo, and (with git lfs installed) I ran:

git lfs pull

The output was:

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/sarabander/sicp-pdf.git/info/lfs'
nishanths commented 2 years ago

Duplicate of #36 (sorry I should have looked before).