I want to download the source files from a project in sourceforge with a git repository.
But I don't have git, I don't know how to use git, and I'm running on Windows on a network that doesn't allow ssh access.
What's the simplest way for me to download the source tree?
edit: I finally found a .zip file containing the source for this particular project in its "Files" section, so this question is now a moot point for me for now. But I'd still like to know if there's an answer for future reference. Never mind, the source file .zip is incomplete and excludes test cases. >:(
It seems there was no good answer. I ended up installing GitExtensions and going through the pain of using git on Windows.