新安装的镜像Ubuntu 16.04 LTS 拉取git库时报错,gnutls_handshake() failed: Error in the pull function.
执行下面操作后可以正常拉取git上的库了
#取消代理
git config --global --unset http.https://github.com.proxy
新装Ubuntu遇到git拉取问题?轻松修复:禁用全局代理后,gitconfig设置解除。确保顺利克隆代码。
新安装的镜像Ubuntu 16.04 LTS 拉取git库时报错,gnutls_handshake() failed: Error in the pull function.
执行下面操作后可以正常拉取git上的库了
#取消代理
git config --global --unset http.https://github.com.proxy
5739

被折叠的 条评论
为什么被折叠?