我試圖在centos上安裝maven3。在cent os上安裝maven 3時出現錯誤
我從官方download page下載maven。
wget http://www.apache.org/dyn/closer.cgi/maven/maven-3/3.0.4/binaries/apache-maven-3.0.4-bin.tar.gz
將其下載到系統中。但是當我運行該命令解壓縮代碼時。
tar -xvf apache-maven-3.0.4-bin.tar.gz
我得到了錯誤
gzip: stdin: not in gzip format
tar: Child returned status 1
tar: Error is not recoverable: exiting now
我淨檢查錯誤,但在我的情況沒有幫助。
您的網址不是下載內容,而是讓您選擇鏡像的頁面。 – 2012-10-16 12:40:44
我建議你打開http://www.apache.org/dyn/closer.cgi/maven/maven-3/3.0.4/binaries/apache-maven-3.0.4-bin.tar.gz,看看你正在下載。 –