From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm1-x333.google.com (mail-wm1-x333.google.com [IPv6:2a00:1450:4864:20::333]) by sourceware.org (Postfix) with ESMTPS id B499F399BC25 for ; Wed, 9 Jun 2021 17:37:56 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org B499F399BC25 Received: by mail-wm1-x333.google.com with SMTP id l9so4552372wms.1 for ; Wed, 09 Jun 2021 10:37:56 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=mK1qZF41Avg4tWaZs7FRPqqh+sVM8idwxqqUgt9AxZo=; b=OqHylXfvxfbo0zjw0cDEXji2nLzgqat6J4ZwV243Ecb3+2KwYJzR1NN7Um2xY64uqQ H0j/HQ0CIqodVNNbyPWGlMe6XcAu4CrH0ejK64BTyHjVpUAC8hlfecg7we8xff7Zl5E3 5kzmuhl9yKD8kytXo+/zV4L5X1j05gdlTaXoHvet7i49PdbG2rzpMUDDn0BVzTUMivqU N9lmcU0lypq0DAZz0Y3Pnxfv4970u0KxFzKXXPIG3BTlQ1h3aKwJiw56aHXCpBxE96c6 avy5N7eH8zn9F+LrZpET3hh/tAhTvXiVLAtkj4Y8XveiJQy5Cw14zEnAmRaESo5l0kN4 Eqyg== X-Gm-Message-State: AOAM531FDH8poF5A5/uoVQ2PmGSowG8XYWqTfq4vzd9B+7v89QckAtJg 5NFhpZ84WQ7uyFFE4YnaJWNvKFLgOGbOPQ== X-Google-Smtp-Source: ABdhPJwSgt1R9+zavfQHslymMHl6oQ3I7RVw0LO166iSxYTxduvVyhaDlUdBsAAbNTdFiGZ61xckjQ== X-Received: by 2002:a05:600c:1d0a:: with SMTP id l10mr11127385wms.124.1623260275717; Wed, 09 Jun 2021 10:37:55 -0700 (PDT) Received: from ?IPv6:2003:cc:9f0d:8610:2511:7fca:a82c:868d? (p200300cc9f0d861025117fcaa82c868d.dip0.t-ipconnect.de. [2003:cc:9f0d:8610:2511:7fca:a82c:868d]) by smtp.gmail.com with ESMTPSA id i16sm413002wmm.9.2021.06.09.10.37.55 for (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Wed, 09 Jun 2021 10:37:55 -0700 (PDT) Subject: Re: git clone https failed on 2.31.1-2, works on 2.31.1-1 To: cygwin@cygwin.com References: <07c301d75d54$051b24e0$0f516ea0$@pdinc.us> From: Marco Atzeri Message-ID: <0c9ed830-25e0-f701-92a0-4105a4a6bd42@gmail.com> Date: Wed, 9 Jun 2021 19:37:54 +0200 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.11.0 MIME-Version: 1.0 In-Reply-To: <07c301d75d54$051b24e0$0f516ea0$@pdinc.us> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: it Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-1.3 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, KAM_NUMSUBJECT, NICE_REPLY_A, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, 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:37:58 -0000 On 09.06.2021 19:22, Jason Pyeron wrote: > 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' > It works for me $ cygcheck -c git Cygwin Package Information Package Version Status git 2.31.1-2 OK $ git clone https://github.com/nco/nco.git Cloning into 'nco'... remote: Enumerating objects: 108577, done. remote: Counting objects: 100% (1195/1195), done. remote: Compressing objects: 100% (499/499), done. remote: Total 108577 (delta 904), reused 956 (delta 677), pack-reused 107382 Receiving objects: 100% (108577/108577), 63.37 MiB | 8.94 MiB/s, done. Resolving deltas: 100% (89814/89814), done. and curl was present during the build $ cygcheck /usr/libexec/git-core/git-http-fetch.exe D:\cygwin64\usr\libexec\git-core\git-http-fetch.exe D:\cygwin64\bin\cygcurl-4.dll .. $ cygcheck /usr/libexec/git-core/git-http-push.exe D:\cygwin64\usr\libexec\git-core\git-http-push.exe D:\cygwin64\bin\cygcurl-4.dll ... may be you had an incomplete installation ? Marco