3
我想從Ubuntu下載位於code.google.com的項目的zip文件。我正在使用Ubuntu 12.04。在Ubuntu下載谷歌代碼12.04
而且我也提到了this,但是我還沒有得到任何輸出。還this
請幫我。我吸收了這個問題,不能繼續工作。
我想從Ubuntu下載位於code.google.com的項目的zip文件。我正在使用Ubuntu 12.04。在Ubuntu下載谷歌代碼12.04
而且我也提到了this,但是我還沒有得到任何輸出。還this
請幫我。我吸收了這個問題,不能繼續工作。
確保你已經安裝了git。如果你沒有安裝git的是,試圖就這樣在一個控制檯:
sudo apt-get install -y git
之後,你應該能夠下載來源是這樣的:
git clone https://path/to/repo
那個特殊的回購你聯svn的用途,所以你需要安裝SVN:
sudo apt-get install -y svn
下載的是這樣的:
svn checkout http://android-mt-tutorials.googlecode.com/svn/trunk/ android-mt-tutorials-read-only
順便提一下它也解釋了這裏:
https://code.google.com/p/android-mt-tutorials/source/checkout
這是給我一個錯誤:致命:https://code.google.com/p/android-mt-tutorials/source/瀏覽/#svn%2Ftags%2FFallingSnow-2/info/refs無效:這是一個git存儲庫嗎? –
這裏有什麼錯?我想下載[這](https://code.google.com/p/android-mt-tutorials/source/browse/#svn%2Ftags%2FFallingSnow-2)項目.... –
我已經安裝了SVN我的系統....請幫助我聊天..我可以聊天:( –