2013-07-30 55 views

回答

2

確保你已經安裝了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

+0

這是給我一個錯誤:致命:https://code.google.com/p/android-mt-tutorials/source/瀏覽/#svn%2Ftags%2FFallingSnow-2/info/refs無效:這是一個git存儲庫嗎? –

+0

這裏有什麼錯?我想下載[這](https://code.google.com/p/android-mt-tutorials/source/browse/#svn%2Ftags%2FFallingSnow-2)項目.... –

+0

我已經安裝了SVN我的系統....請幫助我聊天..我可以聊天:( –