现在的位置: 首页 > 综合 > 正文

How to download codes from Google Code

2013年01月25日 ⁄ 综合 ⁄ 共 731字 ⁄ 字号 评论关闭

Use the Linux OS

1. Install GIT:

sudo apt-get install git

2. Clone from the server:

git clone https://code.google.com/p/audio-analyzer-for-android/

3. Done:

johnny@johnny-Rev-1-0:~$ git clone https://code.google.com/p/audio-analyzer-for-android/
Cloning into 'audio-analyzer-for-android'...
remote: Counting objects: 70, done.
remote: Finding sources: 100% (70/70), done.
remote: Total 70 (delta 10)
Unpacking objects: 100% (70/70), done.

4. Now we can find it in the home folder.

johnny@johnny-Rev-1-0:~$ ls
aircrack-ng-1.1             Documents         Hack Wifi~     Public      -v
android-sdks                Downloads         JavaWorkspace  reaver-1.4  Videos
audio-analyzer-for-android  examples.desktop  Music          share       -vv
Desktop                     Hack Wifi         Pictures       Templates

抱歉!评论已关闭.