Hi, On Fri, May 29, 2015 at 01:04:58PM +0200, Riccardo Mottola wrote: > I'm on OpenBSD, 3.7, x86
I'm a bit confused: That would be 5.7, I suppose. (You wrote 3.7 twice in your mail, so I'm not sure). > git-1.9.3 GIT - Tree History Storage Tool If indeed you are on 5.7, you should probably update your packages using # pkg_add -ui after verifying that $PKG_PATH points to the correct repository: $ echo $PKG_PATH ftp://ftp.ch.openbsd.org/pub/OpenBSD/5.7/packages/i386/ $ ^^^ git-1.9.3 was the supported version on 5.6, on 5.7 it is git-2.3.0: $ ftp ftp://ftp.ch.openbsd.org/pub/OpenBSD/5.7/packages/i386/ Connected to ftp.ini.uzh.ch. 220 ftp.ini.uzh.ch FTP server ready. 331 Guest login ok, send your email address as password. 230 Guest login ok, access restrictions apply. Remote system type is UNIX. Using binary mode to transfer files. 200 Type set to I. 250 CWD command successful. ftp> ls git-* 150 Opening ASCII mode data connection for '/bin/ls'. -rw-r--r-- 1 1004 8888 10021116 Mar 9 11:53 git-2.3.0.tgz (...) ftp> Theo

