Git fatal: protocol 'https' is not supported

前端 未结 15 1339
我寻月下人不归
我寻月下人不归 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:46

    Problem is probably this.

    You tried to paste it using

    • CTRL +V

    before and it didn't work so you went ahead and pasted it with classic

    • Right Click - Paste**.

    Sadly whenever you enter CTRL +V on terminal it adds

    • a hidden ^?

    (at least on my machine it encoded like that).

    the character that you only appears after you

    • backspace

    (go ahead an try it on git bash).

    So your link becomes ^?https://...

    which is invalid.

提交回复
热议问题