me9867
me9867

Reputation: 1599

Installing Git via NodeJS in Windows 8

I am running NodeJS in Windows 8 building a HTML app. Tried to create my first git repo via NodeJS for my App. Started this off with "git init" but this failed.

Can I install Git for use on Windows via Node using the command line or do I need to download and install Git in the Windows environment?

Upvotes: 0

Views: 971

Answers (1)

Mark B
Mark B

Reputation: 200702

You need to go here and download and install Git for Windows.

Also your statements in your question about installing Git via Node make no sense at all. Your question should be titled "Can I install Git via the command line on Windows?" and has no relation to NodeJS.

Upvotes: 1

Related Questions