Commit fea6d986 authored by 王进波's avatar 王进波

update

parent 670f21f9
...@@ -47,7 +47,7 @@ git remote add origin https://example.com/group/somerepo.git #这一步添加新 ...@@ -47,7 +47,7 @@ git remote add origin https://example.com/group/somerepo.git #这一步添加新
### 内网下速度优化的建议 ### 内网下速度优化的建议
​ 内网环境下 `clone` 代码时,如果使用 `gitlab.wohitech.com` 域名,则会通过外网的阿里云服务器代理,速度比较慢,这时我们可以手动修改仓库的 URL ,例如 使用 `HTTPS` 时,将 `https://gitlab.wohitech.com/group/reponame.git` 改成 `https://civgit.vicp.net:8443/wangjinbo/Svn-to-Git.git` ,使用 `SSH` 时将 `git@gitlab.wohitech.com:wangjinbo/Svn-to-Git.git` 改为 `git@civgit.vicp.net:8822/wangjinbo/Svn-to-Git.git`,这样可以强制走内网,下载速度可能达到 **30 ~ 50 Mbps** ​ 内网环境下 `clone` 代码时,如果使用 `gitlab.wohitech.com` 域名,则会通过外网的阿里云服务器代理,速度比较慢,这时我们可以手动修改仓库的 URL ,例如 使用 `HTTPS` 时,将 `https://gitlab.wohitech.com/group/reponame.git` 改成 `https://civgit.vicp.net:8443/group/reponame.git` ,使用 `SSH` 时将 `git@gitlab.wohitech.com:group/reponame.git` 改为 `git@civgit.vicp.net:8822/group/reponame.git`,这样可以强制走内网,下载速度可能达到 **30 ~ 50 Mbps**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment