I simply did a bzip2 of the db file, uploaded it using "git add" and "git commit".
I just downloaded it now from "View Raw" and the shasum of the downloaded file matches with what I uploaded. shasum -a 256 ~/Downloads/employees.db.bz2 dd0b87d339494d2ee2f21a66a3b253f58c1a5517e7705427382c0ff8c5a6ada1 /Users/arun/Downloads/employees.db.bz2 and bzip2 -t does not report any errors. I guess you probably got the link using "Copy link" and used a wget utility or something. Not sure why it does not work for you (Jungle Boogle). Regards Arun ---- On Mon, 24 Dec 2018 05:45:44 +0530 Larry Brasfield <brasfield.la...@gmail.com> wrote ---- > Jungle Boogie wrote: > ➢ Anyone else have issues decompressing the file? $ bzip2 -d > employees.db.bz2 bzip2: employees.db.bz2 is not a bzip2 file. bunzip2 > employees.db.bz2 bunzip2: employees.db.bz2 is not a bzip2 file. $ file > employees.db.bz2 employees.db.bz2: Non-ISO extended-ASCII HTML document text > $ sha256 employees.db.bz2 SHA256 (employees.db.bz2) = > 2c24eaa81d65459ec412e1e4e7a0955349f40ccff02abe98b72b0af5e84495f2 > > I browsed to the web page, link to which you quoted. At that page (on > GitHub) I clicked the “Clone or download” button, then clicked the “Download > ZIP” option, whereupon a .zip file could be downloaded. Within that .zip > archive, in a subdirectory, was a file which appeared as follows to the > ‘file’ utility: > > file employees.db > employees.db: SQLite 3.x database > > Better yet, sqlite3 v22 thinks it is a valid database. > > I don’t know what you did, but the evidence suggests you simply grabbed > whatever the server dished up under the http(s) protocol for the given link. > _______________________________________________ > sqlite-users mailing list > sqlite-users@mailinglists.sqlite.org > http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users > _______________________________________________ sqlite-users mailing list sqlite-users@mailinglists.sqlite.org http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users