Git fatal: protocol 'https' is not supported

前端 未结 15 1346
我寻月下人不归
我寻月下人不归 2021-01-29 21:32

I am going through Github\'s forking guide: https://guides.github.com/activities/forking/ and I am trying to clone the repository onto my computer. However, running the command:

15条回答
  •  遥遥无期
    2021-01-29 21:43

    Simple Answer is Just remove the https

    Your Repo. : (git clone https://........)

    just Like That (git clone ://.......)

    and again type (git clone https://........)

    Problem Solve 100%...

提交回复
热议问题