问题:
今天在git clone Github上一个项目时候遇到问题:
fatal: protocol ‘?https’ is not supported
原因
https前面多了个空格,我是复制粘贴的原因
解决办法:
- 先把https:删掉
- 再把https:加上
- 之后就非常神奇,可以clone了
今天在git clone Github上一个项目时候遇到问题:
fatal: protocol ‘?https’ is not supported
https前面多了个空格,我是复制粘贴的原因