Heya, On Sun, Mar 29, 2009 at 12:51, jamespetts <jamespetts@xxxxxxxxx> wrote: > However, after several hours of downloading (I left it overnight), it gave the error, "The connection was aborted: Can't read from connection: The connection was aborted at C:\Program Files\Git/libexec/git-core/git-svn/ line 2490". You can continue downloading, just issue' git svn rebase' again, and it will continue where it left of. > When I look at my repository on Github, it is still empty, apart > from the empty README file that I created just to initialise it. > Why would it be going wrong? How do I deal with that? You would have to push the repository to github regardless of whether 'git svn rebase' finished in one go. Keep in mind that' git svn rebase' is the way to get changes _into_ your _local_ repository. You'll need to use 'git push' to get your changes up to github. -- Cheers, Sverre Rabbelier -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html