Github error message: git-it: command not recognized

后端 未结 1 1145
时光取名叫无心
时光取名叫无心 2021-01-27 12:50

Just installed GitHub for Windows and have done the configuration part by typing in

$ git config --global user.name \"\"
$ git config --global u         


        
相关标签:
1条回答
  • 2021-01-27 13:38

    You have to install git-it before you can use it as a command . git-it does not get installed when you install Github for windows . Use this to install git-it

    npm install -g git-it
    

    and try.

    0 讨论(0)
提交回复
热议问题