Does GitHub support git:// protocol for pull?

五迷三道 提交于 2019-12-05 08:26:26

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.

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