DIRECT link to download JRE5 Update 20-something
22
Feb0
Feb0
http://java.sun.com/javase/downloads/5u22/jre
It’s complete bullshit that you have to fill out a form to get an e-mail link to the download. This post goes out to all the devs who are NOT GOING TO FILL OUT THAT FORM.
Shove it, Java, just shove it.
[SOLVED] “fatal: Could not read bundle ‘/path/to/your/file.ext’.” during git clone
17
Jan0
Jan0
$ git clone /path/to/repo/*
Initialized empty Git repository in /path/to/file.ext/.git/
error: ‘/path/to/repo/file.ext’ does not look like a v2 bundle file
fatal: Could not read bundle ‘/path/to/repo/file.ext’.
Fortunately, it happened after I’d just done a serious site-wide rename of a bunch of files, and I decided to try cleaning the repository.
This solved everything:
$ git gc /path/to/repo
