From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail2.pdinc.us (mail2.pdinc.us [67.90.184.28]) by sourceware.org (Postfix) with ESMTPS id 321C039A1811 for ; Wed, 9 Jun 2021 17:22:22 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 321C039A1811 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=pdinc.us Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=pdinc.us Received: from blackfat (nsa1.pdinc.us [67.90.184.2]) (authenticated bits=0) by mail2.pdinc.us (8.14.4/8.14.4) with ESMTP id 159HMGYD017641 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO) for ; Wed, 9 Jun 2021 13:22:16 -0400 DKIM-Filter: OpenDKIM Filter v2.11.0 mail2.pdinc.us 159HMGYD017641 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=pdinc.us; s=default; t=1623259336; bh=XY8jBxtRL+YwPDEKeaNLTN7P/CaTlsg7fnip7oKIkOI=; h=From:To:Subject:Date:From; b=YTUU22Wyqvs4mQV/FqrjYc6dHOAXNnFh1fcBsE6AXftdqMWZx2II3Mz499fiUPF6J a9cz7QtYm3/nDCJLq6UbEMrwJUpAXeQYQK6fZlY5OV6SHatKREW3rBlUQFqdZVaE/+ 5PetpjYld9EC4WabQwRdykRz2BUf8LRMOcEEz+B3qfHv4775+xKRThmp1lEwsAvtrt GG8uI2u8Q56Q7rTZyuu8041y8qkDkSzmRJqNz2BIhyzV3auhG0/pYuQajp7sa0E6Dd ZAe5dLFwyrh+g/Pe7pQfHY6ocwutCLyypMxx+U4RwdtO4vQld9bgtWvqcQqJx/bUao QO6EpPPqMKXGg== From: "Jason Pyeron" To: Subject: git clone https failed on 2.31.1-2, works on 2.31.1-1 Date: Wed, 9 Jun 2021 13:22:27 -0400 Organization: PD Inc Message-ID: <07c301d75d54$051b24e0$0f516ea0$@pdinc.us> MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Mailer: Microsoft Outlook 16.0 Thread-Index: AdddU2xNSM09lVyWTOKWVOQKm0FU4Q== Content-Language: en-us X-Spam-Status: No, score=-1.5 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, KAM_INFOUSMEBIZ, KAM_NUMSUBJECT, SPF_HELO_PASS, SPF_PASS, TXREP autolearn=no autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: cygwin@cygwin.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: General Cygwin discussions and problem reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Jun 2021 17:22:32 -0000 Just did a fresh cygwin install base + git+nano+wget Clone is not happy. Is this an issue of: ooks like not having (lib)curl-devel installed when = you compile git ( https://stackoverflow.com/a/13018777/58794 ) USERNAME@HOSTNAME1 /projects $ git clone https://HOSTNAME2/URL.git -b files-stsw-link009.zip Cloning into 'sharptown-files-stlink'... fatal: unable to find remote helper for 'https' C:\>c:\Users\USERNAME\Downloads\setup-x86_64.exe C:\>Starting cygwin install, version 2.908 User has backup/restore rights Current Directory: C:\Users\USERNAME\Downloads source: network install root: C:\cygwin64 system Selected local directory: C:\Users\USERNAME\Downloads net: Preconfig site: https://mirrors.kernel.org/sourceware/cygwin/ solving: 0 tasks, update: yes, use test packages: no solving: 1 tasks, update: no, use test packages: no Augmented Transaction List: 0 install git 2.31.1-1 1 erase git 2.31.1-2 Downloaded = C:\Users\USERNAME\Downloads/https%3a%2f%2fmirrors.kernel.org%2fsourceware= %2fcygwin%2f/x86_64/release/git/git-2.31.1-1.tar.xz Uninstalling git Extracting from = file://C:\Users\USERNAME\Downloads/https%3a%2f%2fmirrors.kernel.org%2fsou= rceware%2fcygwin%2f/x86_64/release/git/git-2.31.1-1.tar.xz Changing gid back to original running: C:\cygwin64\bin\dash.exe = "/etc/postinstall/0p_000_autorebase.dash" running: C:\cygwin64\bin\dash.exe = "/etc/postinstall/0p_update-info-dir.dash" running: C:\cygwin64\bin\bash.exe --norc --noprofile = "/etc/postinstall/zp_adwaita-icon-theme.sh" running: C:\cygwin64\bin\bash.exe --norc --noprofile = "/etc/postinstall/zp_desktop-file-utils.sh" running: C:\cygwin64\bin\bash.exe --norc --noprofile = "/etc/postinstall/zp_fontconfig_cache_1.sh" running: C:\cygwin64\bin\dash.exe = "/etc/postinstall/zp_fontconfig_dtd.dash" running: C:\cygwin64\bin\bash.exe --norc --noprofile = "/etc/postinstall/zp_glib2.0.sh" running: C:\cygwin64\bin\bash.exe --norc --noprofile = "/etc/postinstall/zp_hicolor-icon-theme.sh" running: C:\cygwin64\bin\dash.exe = "/etc/postinstall/zp_man-db-update-index.dash" running: C:\cygwin64\bin\bash.exe --norc --noprofile = "/etc/postinstall/zp_shared-mime-info.sh" Changing gid to Administrators USERNAME@HOSTNAME1 /projects $ git clone https://HOSTNAME2/URL.git -b files-stsw-link009.zip Cloning into 'sharptown-files-stlink'... Username for 'https://HOSTNAME2': Password for 'https://USERNAME@HOSTNAME2': remote: Enumerating objects: 3, done. remote: Counting objects: 100% (3/3), done. remote: Compressing objects: 100% (2/2), done. remote: Total 3 (delta 0), reused 0 (delta 0), pack-reused 0 Unpacking objects: 100% (3/3), 5.08 MiB | 6.81 MiB/s, done. USERNAME@HOSTNAME1 /projects $ -- Jason Pyeron | Architect PD Inc | 10 w 24th St | Baltimore, MD | =20 .mil: jason.j.pyeron.ctr@mail.mil .com: jpyeron@pdinc.us tel : 202-741-9397