delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2021/06/09/13:25:48

X-Recipient: archive-cygwin AT delorie DOT com
X-Original-To: cygwin AT cygwin DOT com
Delivered-To: cygwin AT cygwin DOT com
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
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" <jpyeron AT pdinc DOT us>
To: <cygwin AT cygwin DOT com>
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
X-Mailer: Microsoft Outlook 16.0
Thread-Index: AdddU2xNSM09lVyWTOKWVOQKm0FU4Q==
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 AT cygwin DOT com
X-Mailman-Version: 2.1.29
List-Id: General Cygwin discussions and problem reports <cygwin.cygwin.com>
List-Archive: <https://cygwin.com/pipermail/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-request AT cygwin DOT com?subject=help>
List-Subscribe: <https://cygwin.com/mailman/listinfo/cygwin>,
<mailto:cygwin-request AT cygwin DOT com?subject=subscribe>
Sender: "Cygwin" <cygwin-bounces+archive-cygwin=delorie DOT com AT cygwin DOT com>

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 AT 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%2fsourceware%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 AT 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 AT 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 AT HOSTNAME1 /projects
$







--
Jason Pyeron  | Architect
PD Inc        |
10 w 24th St  |
Baltimore, MD |
 
.mil: jason DOT j DOT pyeron DOT ctr AT mail DOT mil
.com: jpyeron AT pdinc DOT us
tel : 202-741-9397




-- 
Problem reports:      https://cygwin.com/problems.html
FAQ:                  https://cygwin.com/faq/
Documentation:        https://cygwin.com/docs.html
Unsubscribe info:     https://cygwin.com/ml/#unsubscribe-simple

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019