Push eclipse project to GitHub with EGit

后端 未结 3 1790
余生分开走
余生分开走 2020-12-13 15:06

I am successfully pushing my project to GitHub using EGit. My repository is called HelloWorld. My project in eclipse is also called HelloWorld. My problem is when i push the

3条回答
  •  青春惊慌失措
    2020-12-13 15:57

    Simple Steps:

    -Open Eclipse.

    • Select Project which you want to push on github->rightclick.
    • select Team->share Project->Git->Create repository->finish.(it will ask to login in Git account(popup).
    • Right click again to Project->Team->commit. you are done

提交回复
热议问题