Hi. I am seeing this: $ git clone https://git.savannah.gnu.org/git/gnulib.git Cloning into 'gnulib'... remote: Counting objects: 332453, done. remote: fatal: unable to create thread: Resource temporarily unavailable remote: aborting due to possible repository corruption on the remote side. fatal: protocol error: bad pack header
If I use a git:// URL, I get $ git clone git://git.savannah.gnu.org/gnulib.git Cloning into 'gnulib'... fatal: read error: Connection reset by peer Any ideas what's happening? Thanks, Arnold
