https://github.com/ARM-software/arm-trusted-firmware.git
Error
fatal: Unable to find remote helper for ‘https’
Method 1:
(1) git clone –recursive git://github.com/ceph/ceph.git
(2) Then run the following command (replacing https, with git).
git clonegit://github.com/ARM-software/arm-trusted-firmware.git
Method 2 (Recommended):
It looks like not having (lib)curl-devel installed when you install git can cause this.
Solution:
$ yum installcurl-devel
$ # cd to wherever the source for git is
$ cd /home/lion/git-source-code
$ ./configure
$ make
$ make install
Similar Posts:
- Make Command ERROR: “make:*** No targets specified and no makefile found.Stop.” [Three Method to Solve]
- unable to execute ‘gcc’: No such file or directory
- Install CentOS development tools
- /lib64/libstdc++.so.6: version `CXXABI’1.3.8′ not found `36733;
- Can’t find PHP headers in /usr/include/php The php-devel package is required for use of this command.
- [Solved] PHP Compile error: error adding symbols: DSO missing from command line
- Installing ncurses devel in Ubuntu 10.10
- [Solved] PHP Compile Error: checking for cURL 7.15.5 or greater… configure: error: cURL version 7.15.5
- [Solved] Centos6: Python 2.6 upgrade to 3.7, error handling [no module named ‘_ctypes’]
- [Solved] CURL Install Error: GnuTLS: The TLS connection was non-properly terminated. Unable to establish SSL connection.