How to commit code into GitHub Server using eclipse ?
when I run this command
git push -u origin master
It shows the following error
error: The requested URL returned error: 403 while accessing
https://github.com/something/something
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I am not expert but i have done this once
think simple and straight way is
1.Download Git to your system
2.cd to your eclipse prject cd /workspace/sampleproject
3.Commands
4.From eclipse ->Help->eclipse marketplace ->search for ‘git’ -> install ‘Egit-git team provider’
5.Go to eclipse ->Windows ->Open perspective ->Git repository
6.From Git repository view on the left side on ‘Add existing local repos’ then browse to ‘/workspace/sampleproject’
7.Now Right click on this added Repository location and add comments press Commit.
8.Now Right click on this added Repository click Push