为什么我不能在create-react-app中初始化git?

时间:2018-08-26 14:35:53

标签: reactjs github github-pages

我已经创建了一个React应用程序托管在我的github页面上。我知道其中涉及的托管过程,但无法为我的应用程序初始化git。 之前有人遇到过这个问题,或者如果有人可以帮助我理解这一点,我将很感激。请找到相同的屏幕截图:

enter image description here

 git : The term 'git' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that
the path is correct and try again.
At line:1 char:1
+ git init
+ ~~~
    + CategoryInfo          : ObjectNotFound: (git:String) [], CommandNotFoundException
    + FullyQualifiedErrorId : CommandNotFoundException

1 个答案:

答案 0 :(得分:0)

如果安装了Git for Windows,则可以从常规CMD而不是PowerShell会话尝试相同的git init。

这样,您可以验证Git本身是否可以工作,然后可以调试Powershell问题。