我正在尝试通过 RPM 或 YUM 安装 GIT,但我不能。我收到以下错误:
error: Failed dependencies:
libcrypto.so.10 is needed by git-1.7.1-2.el6.i686
libcurl.so.4 is needed by git-1.7.1-2.el6.i686
libexpat.so.1 is needed by git-1.7.1-2.el6.i686
libssl.so.10 is needed by git-1.7.1-2.el6.i686
libz.so.1 is needed by git-1.7.1-2.el6.i686
perl(Error) is needed by git-1.7.1-2.el6.i686
perl(Git) is needed by git-1.7.1-2.el6.i686
perl-Git = 1.7.1-2.el6 is needed by git-1.7.1-2.el6.i686
Run Code Online (Sandbox Code Playgroud)
运行时yum install git:
root@server [/usr/local/src]# yum install git
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* base: mirror.symnds.com
* extras: mirror.atlanticmetro.net
* updates: mirror.trouble-free.net
Setting …Run Code Online (Sandbox Code Playgroud) 我正在运行带有 cpanel/whm/灯的 vps,一切正常。但我无法使用 FTP 访问根目录。我输入了我的 ip 和“root”以及 root 密码,但我得到:无法连接。
有任何想法吗?我想浏览 /var/ 文件夹和东西,如何启用它?
谢谢。