Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I've had to install git via CygWin #12

Open
gmaghera opened this issue Dec 13, 2014 · 2 comments
Open

I've had to install git via CygWin #12

gmaghera opened this issue Dec 13, 2014 · 2 comments

Comments

@gmaghera
Copy link

I've just reinstalled Windows 7, and put CygWin onto it with the wget package. The set up script for oh-my-cygwin kept failing due to not finding the git command. The cygwin installer showed Git as installed, but I could not invoke the command from the terminal. Reinstalling git from the cygwin installer, and then running the oh-my-cygwin setup one-liner fixed the issue.

@UltCombo
Copy link

I've swapped this line:

git clone https://github.com/robbyrussell/oh-my-zsh.git ~/.oh-my-zsh

To:

cd ~
git clone https://github.com/robbyrussell/oh-my-zsh.git .oh-my-zsh

Then it worked with Windows's native msysGit.

@haithembelhaj
Copy link
Owner

Sorry guys this project is depracated. Please feel free to fork it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants