Does GitHub support git:// protocol for pull?

我怕爱的太早我们不能终老 提交于 2019-12-07 05:55:19

问题


Is it possible to use such configuration? Or there are no advatages between ssh:// and git://?


回答1:


Yes, it does. However, the URL bar in github web page no loner have git protocol for copying the URL to clipboard. You have to replace https:// with git:// by yourself.

Also, git protocol use port 9418. Make sure you can use this port.

git protocol is not encrypted, but it is faster than https.

git protocol is read-only in github. You cannot push to it via git protocol.



来源:https://stackoverflow.com/questions/19317264/does-github-support-git-protocol-for-pull

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!