git: 'remote-https' is not a git command?

前端 未结 4 1906
伪装坚强ぢ
伪装坚强ぢ 2020-12-11 05:02

Whenever I attempt to clone, push or pull I get:

C:\\Users\\User\\Documents\\Project>git pull

git: \'remote-https\' is not a git c

4条回答
  •  眼角桃花
    2020-12-11 05:19

    I encountered the same thing with the git 2.18.0 or higher version. I downgraded to 2.17.* and it seems to solve the problem. My issue was running git clone through https.

提交回复
热议问题