先输入git clone https://…(就是你克隆的仓库地址) 此时报错说fatal: protocol ‘–https’ is not supported

然后再输入 git clone : //…(去掉https)此时报错说fatal: protocol ‘–https’ is not supported

再输入git clone https://…(就是你克隆的仓库地址) 就好使了