我在搭建hexo,需要git和node.js的支援
在安裝git 的時候發生了錯誤:
--> finished dependency resolution
error: package: git-1.8.2.1-1.el5.x86_64 (epel)
requires: libcurl.so.3()(64bit)
you could try using --skip-broken to work around the problem
you could try running: rpm -va --nofiles --nodigest
是由於rpmforge的問題
第一種方法:
yum provides git
安裝其中帶有el6的檔案
在我電腦中如下
yum install git-1.7.1-2.el6_0.1.x86_64
第二種方法
yum --disablerepo=rpmforge install git
git問題解決
在開發中我們經常需要通過 git 對 進行拉取和提交,頻繁地輸入使用者名稱和密碼會帶來很大的麻煩,下面就介紹一下解決git每次拉取 提交 時都需要輸入使用者名稱和密碼的方法。很簡單,只要兩步驟就能實現 1.在 gitconfig目錄下多出乙個檔案,用來記錄你的密碼和帳號 1git config gl...
CentOS安裝Solr7問題解決
錯誤資訊 error error installing redis 4.0.2.gem redis requires ruby version 2.2.2.解決方案 1.檢視當前 ruby 版本 ruby v 或 ruby version 2.安裝 curl sudo yum install cur...
ssldump 安裝問題解決
依次執行 wget ssldump 0.9b3.tar.gz tar zxvf ssldump ssldump 0.9b3.tar.gz cd ssldump 0.9b3 configure make make install 安裝時遇到諸多問題 1.問題一 base pcap snoop.c 52...