egit, How to set up a repository on a web server, in Eclipse
I've managed to set up a repo on my local C drive, but I want to be able to set one up on a web server. I can assess the server like this:
But what I want to do is this:
However, when I try and 开发者_StackOverflow社区do that I get this:
When I should be getting this:
Which is what I get if I make a local repo on my C drive.
So my question is, how can I use my web server a repository?
FTP isn't supported as transfer protocol with EGit (and not even for Git). So you have to use another protocol or use a service like Github or Gitorious.
精彩评论