Does anyone know if it's possible to have a Git repo hosted on Windows Azure?

link|improve this question
feedback

2 Answers

up vote 3 down vote accepted

There isn't anything ready for Windows Azure, But you can create one, since Git can be used over http. You can use GitSharp or DotGit libraries.

link|improve this answer
Thanks, man! I think I'll give GitSharp a try. – tishon Jan 31 '10 at 22:30
feedback

Doesn't sound like it.

The Azure Services Platform can currently run .NET Framework applications compiled for the CLR, while supporting the ASP.NET application framework and associated deployment methods to deploy the applications onto the cloud platform. Source

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.