What protocols does the Git plugin support?
Which protocols does the Git VCS plugin support in TeamCity for cloning repositories? What is the syntax for each protocol within the plugin (if different from what I'd use on the command line)?
* git://foo/project.git
* http://foo/project.git
* ssh://user@host:foo/project.git
* file:///foo/project.git
Thanks,
Jeff Ramnani
Please sign in to leave a comment.
It would be really useful to know this. I can't get file based network shares to work at all right now (invalid URI error message pops up).
Thanks
Jon
Jeff, Jon,
Sorry for the delay in replying.
We've updated Git plugin docuementation page with the list of supported protocols as of current Git plugin version.
Basically, the protocols are those supported by jgit library and Jeff noted the syntax right.