Get code remotely using Git
git clone https://github.com/twlkyao/findfile.git
“Fatal: unable to find remote helper for ‘HTTPS'” (this is because git environment is not completely installed after re installation and needs to be re installed). You can temporarily use git instead of HTTPS and use the following command:
git clone git://github.com/twlkyao/findfile.git
Here we will use code installation to introduce:
Switch to code directory:
cd /opt/git-1.8.1.2/
Then follow the instructions in INSTALL to set the installation prefix (usually using root installation):
$ make
prefix=/usr all doc info ;# as yourself
# make
prefix=/usr install install-doc install-html install-info ;# as root
then make install
# make install
Similar Posts:
- Clone code from GitHub website — unable to find remote helper
- Python Via get-pip.py Install pip Error: zipimport.ZipImportError: can‘t decompress data; zlib not availabl
- Python3 ImportError: No module named _ssl [How to Solve]
- zlib.h:no such file or directory
- centos ModuleNotFoundError: No module named ‘_sqlite3’
- CMake: How to Complie Log4cplus
- :make: *** No rule to make target `install’
- Raspberry Pi3 Error: “Unable to determine hardware version. I see: Hardware : BCM2835”
- Sublime Text3 error in installing plug-in after Sinicization
- fatal pylint error : ……can’t find ‘__main__’module in