All Questions
24
questions
2
votes
1
answer
15k
views
git clone from https URL fails, says it's 'remote-https' is not a git command and that templates werent' found
I'm working on a CentOS 7.9 GNU/Linux system. I've built and installed a newer version of git (2.34.1 instead of 1.8.3.1 that's bundled with the distribution) under /opt/git/2.34.1, with a symlink to ...
1
vote
1
answer
70
views
How to connect from windows client to centos git server on local netwowk
In Linux CentOS:
yum install git
cd /home
mkdir mysite
cd mysite
git init
In Windows 10:
git clone https://my_server_username:[email protected]/home/mysite/mysite.git
it returns:
fatal:...
0
votes
1
answer
1k
views
Unable to clone repo from gitlab into Oracle VirtualBox VM (CentOS) - host key verification failed
I am trying to clone a repo from gitlab into Oracle VirtualBox VM (CentOS) hosted on Win 10 machine.
Following are the steps:
generate key via ssh-keygen -t rsa and copy the key from generated id_rsa....
1
vote
0
answers
593
views
git web backend not allowing me to browse git projects
I am running a git server on CentOS 7. The apache we server is running on port 88 and I am able to clone and update my files through the cli using http on port 88. So the server itself is listening ...
0
votes
2
answers
461
views
Installation of git in CentOS
I am writing a software. For my work I need to connect to the common git repository, when I turned out that the necessary packages are not installed on my computer. Is it enough to install a single ...
-1
votes
1
answer
470
views
Git fails when not run as root
I just upgraded to Git 2.18 via EPEL on CentOS 7 and now Git fails on any operations that involve communicating with a remote server with the message
fatal: unable to access 'https://my.repo.git/': ...
5
votes
2
answers
2k
views
How to correctly install Git 2.17.1 from source on CentOS 7.4?
I'd like to install latest available git to day (git-2.17.1), on CentOS 7.4, because some applications are complaining for it, and not only.
I'm trying to install git-2.17.1 from source on CentOS 7.4.
...
0
votes
1
answer
3k
views
Old CentOS 5.6, Due to github.com delete the TLSv1/TLSv1.1 support, How can I access to github.com/repo.git using git system
Now I have a cluster with Rocks 5.4 based on CentOS 5.6. When I git push the code to github.com, I run into the errors:
error: error:1407742E:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert ...
1
vote
2
answers
468
views
Install git to 32 bit Centos
Trying to install git to 32 bit Centos 7:
sudo yum install git
Got answer:
Requires: perl(Error)
How to fix that and install git? Why it is not trying to download perl if needed?
UPD:
...
2
votes
2
answers
7k
views
How to update git in centOS 6
I have installed chef workstation on centOS 6 using vagrant. My current git version here is 1.7.1
In the git config --list, it is not accepting push.default = simple.
How can I update this git ...
1
vote
1
answer
68
views
is there a command line terminal interface to git [closed]
I am looking for an command line terminal based git client interface to git on centos linux.is it available?
2
votes
1
answer
185
views
How do I download a specific version of a package on git.centos.org?
I am browsing this page, looking for source or binary for glib2-2.42.2-5.el7. (I got there from here) It seems like this is a patch rather than the entire source.
Where can I get either the complete ...
1
vote
1
answer
420
views
RepoForge used across many StackOverflow docs is down, What is the alternative?
I'm trying to download git. I could build from source except I have no source packages.
I tried yum install git but that couldn't find it.
I tried downloading the git rpm directly from Repoforge , ...
0
votes
0
answers
957
views
Where in CentOS 7 should I install Ruby?
I am installing Ruby and rbenv on a CentOS 7 by following the instructions in this tutorial, with modifications. One of the recommended lines of code is cd followed by git clone commands. I assume ...
2
votes
2
answers
2k
views
Build CentOS RPM for current git release, unsuccessful rebuild with alternate prefix
I am stuck in an effort to provide an maintain an up-to-date git release for a collection of CentOS Linux servers. I was hoping to be able to create binary RPMs that I could just have published to a ...