This is the mail archive of the cygwin-apps mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: git 2.14.2-1 is faulty


On 30/09/2017 11:31, Andy Li wrote:
Hi,

I've just noticed that the git package 2.14.2-1 is buggy:

$ git clone https://github.com/andyli/HaxeCI.git
Cloning into 'HaxeCI'...
fatal: Unable to find remote helper for 'https'

According to
https://stackoverflow.com/questions/8329485/unable-to-find-remote-helper-for-https-during-git-clone,
probably the package was built without libcurl-devel.

I've only tested x86_64, not sure about x86.

Best regards,
Andy


it works for me

x86_64 $ git clone https://github.com/andyli/HaxeCI.git
Cloning into 'HaxeCI'...
remote: Counting objects: 389, done.
remote: Compressing objects: 100% (5/5), done.
remote: Total 389 (delta 1), reused 4 (delta 1), pack-reused 383
Receiving objects: 100% (389/389), 52.48 KiB | 1.28 MiB/s, done.
Resolving deltas: 100% (212/212), done.

x86_64 $ git --version
git version 2.14.1


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]