In phpstorm, idea is easy to use its own git plug-in, eliminating the trouble of constantly searching for files after installing the client.
1. Install the git.exe core file, that is:
Msysgit
Http://code.google.com/p/msysgit/downloads/list
During installation, you should note that there is an option that won't allow you to integrate it into the right-click. Even if the set is right-clicked, it doesn't matter. You can directly remove it in the registry later.
Click Start to enter regedit and press enter to expand the following branches in the registry:
Hkey_classes_root \ directory \ background \ shellex \ contextmenuhandlers
Based on the name of the menu you want to delete, guess the branch to be deleted. For example, if you want to delete the GIT menu, just delete the branch such as git.
2. Configure the actual git directory in File> Settings> Version Control> git.
3. In file-> Settings-> Version Control, configure the target version management tool. If it is not a project, click the plus sign on the right to add version management for the path.
4. First, set it in File> Settings> GitHub.
However, the GIT plug-in phpstorm 3.0.3 has a bug. The solution is to upgrade it to 4.0.3. Scenarios where a bug occurs:
When logging on to an account in File> Settings> GitHub, the following message is displayed:
Cannot login with given credentials
Upgrade to 4.0.3, and then try again, the system will prompt connection successful
5. After confirming settings, go back to the menu VCs-> checkout from Version Control-> GitHub
Enter URL, path