当我使用http:
git clone https://github.com/burbanox/responsive-design.git给我一个错误:
fatal: unable to access 'https://github.com/burbanox/responsive-design.git/': gnutls_handshake() failed: Error in the pull function.所以当我使用ssh时:
git clone git@github.com:burbanox/responsive-design.git永远装货:
Cloning into 'responsive-design'...
remote: Enumerating objects: 115, done.
remote: Counting objects: 6% (7/115)我使用ubuntu20.04LTS我更改为Openssl,但不起作用
发布于 2021-09-25 00:16:42
~/.gitconfig,则添加代理配置: touch ~/..gitconfig http proxy = http://xxx.xxx.xxx.xxx:pppp发布于 2021-09-25 01:37:15
这是git的WSL2安装中的一个bug。
请参阅这里
我猜你是在WSL里面使用Git。如果是,请确保将问题添加到链接中的提要中。
即使在同一个提要中已经说了很多次,他们也至少部分地根据社区的反馈来判断优先级。你的声音在这里很重要。
https://askubuntu.com/questions/1365625
复制相似问题