git crashes on clone

2015-05-29 Thread Riccardo Mottola
Hi, I'm on OpenBSD, 3.7, x86 git-1.9.3 GIT - Tree History Storage Tool git installed from prebuilt packages, everything (should be) at lastest 3.7 release If I try to clone a repository from github, e.g.: git clone https://github.com/Voluntarynet/Bitmarkets.git The operation

Re: git crashes on clone

2015-05-29 Thread Jiri B
On Fri, May 29, 2015 at 01:04:58PM +0200, Riccardo Mottola wrote: Hi, I'm on OpenBSD, 3.7, x86 ^^^ - really? If so, nobody care for this historic version. git-1.9.3 GIT - Tree History Storage Tool git installed from prebuilt

Re: git crashes on clone

2015-05-29 Thread Theo Buehler
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

Re: git crashes on clone

2015-05-29 Thread Bryan Horstmann-Allen
+-- | On 2015-05-29 15:04:41, Riccardo Mottola wrote: | How do you manage PKG_PATH? just export it in .profile and be more careful when updating? PKG_PATH=ftp://ftp.openbsd.org/pub/OpenBSD/`uname -r`/packages/`uname

Re: git crashes on clone

2015-05-29 Thread Riccardo Mottola
Hi, Theo Buehler wrote: 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). sorry, that was a typing lapsus, i am on 5.7: 5.7 GENERIC.MP#767

Re: git crashes on clone

2015-05-29 Thread Raf Czlonka
On Fri, May 29, 2015 at 02:04:41PM BST, Riccardo Mottola wrote: How do you manage PKG_PATH? just export it in .profile and be more careful when updating? man 5 pkg.conf Raf

Re: git crashes on clone

2015-05-29 Thread Riccardo Mottola
Hi, Bryan Horstmann-Allen wrote: How do you manage PKG_PATH? just export it in .profile and be more careful when updating? PKG_PATH=ftp://ftp.openbsd.org/pub/OpenBSD/`uname -r`/packages/`uname -m`/ right, fine, I remember it was suggested in the FAQ too. I just adapted it to use my nearest

Re: git crashes on clone

2015-05-29 Thread Stuart Henderson
On 2015-05-29, Bryan Horstmann-Allen b...@mirrorshades.net wrote: +-- | On 2015-05-29 15:04:41, Riccardo Mottola wrote: | How do you manage PKG_PATH? just export it in .profile and be more careful when updating?