Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Git: fatal: Unable to find remote helper for 'https' #503

Closed
F21 opened this issue May 25, 2015 · 8 comments
Closed

Git: fatal: Unable to find remote helper for 'https' #503

F21 opened this issue May 25, 2015 · 8 comments

Comments

@F21
Copy link

F21 commented May 25, 2015

I am unable to clone git repos over https:

λ git clone https://github.com/mesos/chronos.git
Cloning into 'chronos'...
fatal: Unable to find remote helper for 'https'

OS is Windows 8.1 64-bit.

@Alexhha
Copy link

Alexhha commented May 25, 2015

The same issue on Win 7 x64

Caused by: hudson.plugins.git.GitException: Command "C:\cmder\vendor\msysgit\bin\git.exe -c core.askpass=true fetch --tags --progress https://github.com/justinjmoses/flexmojos-introduction/ +refs/heads/*:refs/remotes/origin/*" returned status code 128:
stdout: 
stderr: fatal: Unable to find remote helper for 'https'

@F21
Copy link
Author

F21 commented May 25, 2015

A temporary work around is to use cmder_mini and install the standalone msysgit package yourself. The downside of this is that this won't be portable if you want to bring cmder and tools on a usb stick.

@sifex
Copy link

sifex commented May 30, 2015

Same Problem here. Win8.1 64-bit.

@anouarattn
Copy link

same problem, win 7 64-bit cmder v1.2

@anouarattn
Copy link

cmder-mini with standalone msysgit works fine thanks @F21

@sifex
Copy link

sifex commented May 31, 2015

I find if you delete /vendor/msysgit and install git/msysgit independent it fixes the problem.
Temp solution though. Be nice for a proper fix

@glucas
Copy link
Contributor

glucas commented Jun 12, 2015

This may be the same issue as #521.

iki referenced this issue Jul 16, 2015
Using git-$COMMAND is no longer supported anyway.
@iki
Copy link

iki commented Jul 16, 2015

Temporary workaround for #503 and #521 is to download PortableGit-1.9.5-preview20150319.7z (or newer when available) from https://github.com/msysgit/msysgit/releases and extract it to vendor\msysgit.

cd cmder\vendor\msysgit
curl -k -L https://github.com/msysgit/msysgit/releases/download/Git-1.9.5-preview20150319/PortableGit-1.9.5-preview20150319.7z -o git.7z
7z x -aos git.7z

sonictk pushed a commit to sonictk/cmder that referenced this issue May 21, 2016
Breaks Git: cmderdev#503 cmderdev#521, because git <command> actually uses git-<command>.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants