X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; q=dns; s=default; b=qN GJ/kiw/m4O7O+AXy6L70X8HmLyDXbzVdQsEwJROZ9LvcrfZWhivXVLBSagr1WEM/ IgQaznlkobY44axq9j5BIqp3B7F+Ru0fxv7zFr6ZAe1XwHRziDaBZiIm7h5OxcKj rKO0m1t+Cnbs4M824+cbU9Y/Q1ivtYG+nNsDmU880= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; s=default; bh=RzLo0I2e SQ+J/8VX8RGihQvywBk=; b=hsWnGE3eIVu7bWAqVEFHtV2r83ugU5zpWft65rRa PCQ9JpWpLMGcL8mlKRu+0ErA5qU2TFISHNu6s7S4jB1gK9Hco7ApvWq4vohYplee Sacg7HV+WprW1rVkVEwgZU+buaSrVylTfi3pDdiHXfy9iciDUDuLS5Pi3uDXR/o0 jgI= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.8 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-pd0-f178.google.com MIME-Version: 1.0 X-Received: by 10.68.218.3 with SMTP id pc3mr26985382pbc.71.1390776306034; Sun, 26 Jan 2014 14:45:06 -0800 (PST) In-Reply-To: <20140125115958.GU2357@calimero.vinschen.de> References: <20140115105534 DOT GB31912 AT tastycake DOT net> <20140123105142 DOT GN2357 AT calimero DOT vinschen DOT de> <20140125115958 DOT GU2357 AT calimero DOT vinschen DOT de> Date: Sun, 26 Jan 2014 16:45:05 -0600 Message-ID: Subject: Re: Maintainer for git? From: Steven Penny To: cygwin AT cygwin DOT com Content-Type: text/plain; charset=ISO-8859-1 X-IsSubscribed: yes On Sat, Jan 25, 2014 at 5:59 AM, Corinna Vinschen wrote > For the time being, I've build a new OpenSSL version 1.0.1f-2 with the > "no-sse2" flag. With this version I could clone the linx repo without > error. Please give it a try. I can confirm this fixes my problems as well $ git clone git://github.com/ruby/ruby Cloning into 'ruby'... remote: Reusing existing pack: 277333, done. remote: Counting objects: 6, done. remote: Compressing objects: 100% (5/5), done. remote: Total 277339 (delta 1), reused 6 (delta 1) Receiving objects: 100% (277339/277339), 140.00 MiB | 1.49 MiB/s, done. Resolving deltas: 100% (214277/214277), done. Checking connectivity... done. Checking out files: 100% (4217/4217), done. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple