git clone 报错 fatal: protocol 'https' is not supported 解决办法
版本:git 2.22.0 系统:win7旗舰版 先把https去掉 再把https加上 神奇的事情出现了,这样就可以了。 很多人都说这样解决了,原因不知道。 Administrator@BWE8QXQ0P5SNBL7 MINGW64 /g/20190810/git/github $ git clone https://github.com/ouyida3/springboot-tutorial.git Cloning into 'springboot-tutorial'... fatal: protocol 'https' is not supported Administrator@BWE8QXQ0P5SNBL7 MINGW64 /g/20190810/git/github $ git clone //github.com/ouyida3/springboot-tutorial.git Administrator@BWE8QXQ0P5SNBL7 MINGW64 /g/20190810/git/github $ git clone https://github.com/ouyida3/springboot-tutorial.git Cloning into 'springboot-tutorial'... remote: Enumerating objects: 182,