On 29.03.2015 19:56, Diamond wrote: > Doesn't git:// uses SSH wich is secure? I think that was on github.
git:// is "the git protocol" [1] "with absolutely no authentication" and no encryption. GitHub does not support git:// but only secure protocols (HTTPS, SSH), see [2]. Best, Sebastian [1] http://git-scm.com/book/en/v2/Git-on-the-Server-The-Protocols#The-Git-Protocol [2] https://help.github.com/articles/which-remote-url-should-i-use/