There is someone's project at google code which I want to clone using git. However, nothing of these worked:
git clone http://some_app.googlecode.com
git clone http://some_app.googlecode.com/svn
git clone http://some_app.googlecode.com/svn/trunk
git svn -s clone http://some_app.googlecode.com/svn/trunk
How do I do it?