Thursday, January 20, 2011

Is it possible to have a Git repo in Windows Azure?

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

  • 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

    From joega
  • 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.

    tishon : Thanks, man! I think I'll give GitSharp a try.
    From Parsa

0 comments:

Post a Comment