Git禁用http仓库
习惯更新软件版本,不知道从哪个版本的Git开始,禁止从Http仓库拉取代码
fatal: Unencrypted HTTP is not supported for GitLab. Ensure the repository remote URL is using HTTPS
习惯更新软件版本,不知道从哪个版本的Git开始,禁止从Http仓库拉取代码
fatal: Unencrypted HTTP is not supported for GitLab. Ensure the repository remote URL is using HTTPS
组里的项目之间存在依赖关系,由于历史原因,并未使用submodule维护项目的依赖,日常开发需要手动依次更新仓库代码,否则可能碰到各种奇怪的问题。