Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

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.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9195271
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T21:35:35+00:00 2026-06-17T21:35:35+00:00

How to commit code into GitHub Server using eclipse ? when I run this

  • 0

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

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-17T21:35:36+00:00Added an answer on June 17, 2026 at 9:35 pm

    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

    git config --global user.name "Your Name Here"
    git config --global user.email "your_email@youremail.com"
    touch README.md
    git init
    git add README.md
    git commit -m "first commit"
    git remote add origin https://github.com/gitusername/reposname.git
    git push -u origin master                   this line may throw an error but no problem
    

    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

          By default Configured remote repository should be checked then press Next
          From Source Ref and Destination Ref  Select HEAD    //you may change if u want
          Select next give your github username and password then click on Finish.
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

commit source code into git repository with emacs vc-mode. I used Chinese characters to
I have some C code which writes Ruby code into Git's post-commit hook. The
I checked some source code into GIT with the commit message Build 0051. However,
When I go to commit changes to a branch using, git commit -a vim
I'm organizing our product's source code into a bunch of different Git repositories. (And
We're using gitlab . Master branch is protected and only project owners can commit/accept
Edit This was a bug that has been fixed in https://github.com/threerings/playn/commit/137ce50dddd2716f84c38ec1568d7ae5a368434b . See Par
This is the first time I am using Git Hub. So please co-operate with
I committed to my github repo using the terminal commands: git add . git
Today I signed up for github, and converted an existing filesystem into a git

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.