I really want to use GitHub, but my company has everything locked down. Now, I can only use Tortoise SVN through the HTTP protocol. Can I use GitHub the same way? If so, how?
According to https://github.com/blog/92-http-cloning, you can clone from github over http.
Another post in this thread gives a good pointer on pushing.