diff --git a/SparkleShare/SparkleIntro.cs b/SparkleShare/SparkleIntro.cs index 0dede67f..40b654d3 100644 --- a/SparkleShare/SparkleIntro.cs +++ b/SparkleShare/SparkleIntro.cs @@ -321,9 +321,15 @@ namespace SparkleShare { server = "ssh://git@gitorious.org"; - if (!name.EndsWith (".git")) + if (!name.EndsWith (".git")) { + + if (!name.Contains ("/")) + name = name + "/" + name; + name += ".git"; + } + } if (radio_button_github.Active)