other@vbox:~$ git clone git@github.com:fabiolnm/App-Contatos-Django.gitCloning into App-Contatos-Django... Enter passphrase for key '/home/other/.ssh/id_rsa': remote: Counting objects: 15, done. remote: Compressing objects: 100% (12/12), done. remote: Total 15 (delta 0), reused 15 (delta 0) Receiving objects: 100% (15/15), 4.96 KiB, done. other@vbox:~$ ls -al App-Contatos-Django/ total 52 drwxr-xr-x 4 ep ep 4096 2011-11-10 00:20 . drwxr-xr-x 40 ep ep 4096 2011-11-10 00:20 .. drwxr-xr-x 2 ep ep 4096 2011-11-10 00:20 contatos -rw-r--r-- 1 ep ep 3072 2011-11-10 00:20 contatos.sqlite drwxr-xr-x 8 ep ep 4096 2011-11-10 00:20 .git -rw-r--r-- 1 ep ep 0 2011-11-10 00:20 __init__.py -rw-r--r-- 1 ep ep 153 2011-11-10 00:20 __init__.pyc -rw-r--r-- 1 ep ep 503 2011-11-10 00:20 manage.py -rw-r--r-- 1 ep ep 29 2011-11-10 00:20 requirements.txt -rw-r--r-- 1 ep ep 56 2011-11-10 00:20 .rvmrc -rw-r--r-- 1 ep ep 5079 2011-11-10 00:20 settings.py -rw-r--r-- 1 ep ep 2708 2011-11-10 00:20 settings.pyc -rw-r--r-- 1 ep ep 604 2011-11-10 00:20 urls.py other@vbox:~$ cd App-Contatos-Django/ other@vbox:~/App-Contatos-Django$