git: fatal: I don't handle protocol '​​http'

前端 未结 20 2456
遇见更好的自我
遇见更好的自我 2020-12-02 04:42

I copy and pasted an git clone command from a web page: https://fedorahosted.org/ibus-typing-booster/

I got this:

user@host> git clone ​​http://gi         


        
20条回答
  •  情书的邮戳
    2020-12-02 05:13

    The solution is very simple:

    1- Copy your git path. forexample : http://github.com/yourname/my-git-project.git

    2- Open notepad and Paste it. Then copy the path from notepad.

    3- paste the path to command line

    thats it.

提交回复
热议问题