version control - Publishing a Project on GitHub -
i want use way upload project github (source):
to publish project sources on github
on main menu, choose vcs | import version control | share project on github .
- if have registered login , password, phpstorm establishes connection github using these credentials.
- if have not registered github credentials in phpstorm, login gitgub dialog box. specify github login , password or create account there.
upon establishing connection, share project on github dialog box opens. specify name of repository store project sources in. default, phpstorm suggests name of current project. provide brief description of project functionality. click share button. phpstorm initiates creation of new repository on github , uploads project sources it.
first step works, added github login data, test connection , works. upon step 2, after clicking share project on github link error shows up:
- error running git.
cannot run program "git.exe": createprocess error=2, system can not find file specified
what need make work?
the os seemingly windows version?
this might need tough: i can't find git.exe file in github folder
Comments
Post a Comment