【发布时间】:2019-02-06 10:52:06
【问题描述】:
此answer 没有有效链接
对于 GitHub 和 GitLab,我们只能通过浏览器进行 https 访问。在本地笔记本电脑上安装 Git 并不能帮助我们运行 git add remote https://github.com/abc/xyz.git
或git fetch --all
1) git 客户端(git push 或 git fetch --all)如何与 GitLab 或 GitHub 远程 repo 协同工作?是通过https还是ssh?
2) GitHub 远程仓库(服务器)需要启用哪些端口? 运行这样的命令
【问题讨论】:
-
我们只能通过浏览器访问https代理?
-
在本地笔记本电脑上安装 Git 没有帮助这是什么问题?
-
@phd gitlab 在 azure 云上的公共云代工厂上运行,该设置的管理员可以通过堡垒服务器 (jumpbox) 进行连接。 Jenkins 可以访问 gitlab,因为它们位于堡垒服务器后面。
标签: github networking ssh https gitlab