Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
I’ve got this message
git: /usr/local/lib/libz.so.1: no version information available (required by git)
Try to google but don’t see any solution.
Please help.
Thanks and regards, Kal
@ hoang.kal: What version of CentOS are you using? <pre>cat /etc/redhat-release</pre>
You need the curl-devel package for git to be able to clone from http/https sites.
yum install curl-devel
Hello,
Simple question, I know nothing about GitHub… Is it safe to install the following git on Centos as it is written and managed by a third party?
https://github.com/MByteIO/CentOS-WordPress
Thanks in advance
Good article. Before you start, see http://stackoverflow.com/questions/8329485/git-clone-fatal-unable-to-find-remote-helper-for-https
for an important safety tip.