git plugin of codelite on windows
-
- CodeLite Enthusiast
- Posts: 32
- Joined: Sun Nov 18, 2012 10:44 am
- Genuine User: Yes
- IDE Question: c++
- Contact:
git plugin of codelite on windows
I don't know how to use git plugin of codelite on windows. even though I have downloaded and installed the msysgit, but it seems to be not working. Message like "process already running" shows up. Can some one please help me out. thanks a lot.
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: git plugin of codelite on windows
This message can safely be ignoredleon_lee wrote:Message like "process already running" shows up
- Download and install git
- Make sure that git is able to work from cmd window ( i.e. it is in the path environment variable )
- Open GIT bash shell, cd to the directory where you want to checkout the sources, and type the command
Code: Select all
git clone git://git.code.sf.net/p/codelite/codelitegit codelitegit
Make sure you have read the HOW TO POST thread
-
- CodeLite Enthusiast
- Posts: 32
- Joined: Sun Nov 18, 2012 10:44 am
- Genuine User: Yes
- IDE Question: c++
- Contact:
Re: git plugin of codelite on windows
yes, it's working. but I didn't change the path environment variable, but specified the complete path in the git plugin. c:\Program Files\Git\bin\git.exe should be working, but previously I used c:\Program Files\Git\cmd\git.cmd instead.eranif wrote:This message can safely be ignoredleon_lee wrote:Message like "process already running" shows up
- Download and install git
- Make sure that git is able to work from cmd window ( i.e. it is in the path environment variable )
- Open GIT bash shell, cd to the directory where you want to checkout the sources, and type the commandEranCode: Select all
git clone git://git.code.sf.net/p/codelite/codelitegit codelitegit