本文介绍了致命:配置'protocol.version'的未知值:2的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我决定打开Git协议第二版(我想它更快,更安静),所以我做到了:

I decided to turn on Git protocol 2nd ver (I suppose it's faster, noiseless), so I did:

git config --global protocol.version 2

但是当我尝试

git pull

我收到一条错误消息:

fatal: unknown value for config 'protocol.version': 2

我的操作系统是Ubuntu 18.04.我在Ubuntu 16.04上的朋友做了同样的事情,并且对他有用.我可能会缺少一些依赖项吗?

My OS is Ubuntu 18.04. My friend on Ubuntu 16.04 did the same and it worked for him. Am I maybe missing some dependencies?

推荐答案

此功能出现在 Git 2.18

我有Git 2.17v

And I have Git 2.17v

这篇关于致命:配置'protocol.version'的未知值:2的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-05 12:30