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 8132681
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 6, 20262026-06-06T09:24:11+00:00 2026-06-06T09:24:11+00:00

I clone https://github.com/java093/springside4.git and commit local changed files success in eclipse.Then I use Team->Push

  • 0

I clone https://github.com/java093/springside4.git
and commit local changed files success in eclipse.Then I use Team->Push to Upstream it show wrong:
An internal Exception occurred during push: https://github.com/java093/springside4.git: git-receive-pack not permitted

how can i resolve this problem.It was successed in my other PC use the same git url(https://github.com/java093/springside4.git).

  1. my eclipse version eclipse-jee-helios-SR2-win32.
  2. I have set SSH Keys in my github account about this notebook. but how can i checked it has been successed set.
  3. where can i find the git-receive-pack not permitted logs.
  • 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-06T09:24:16+00:00Added an answer on June 6, 2026 at 9:24 am

    Check if you are using the same remote address for your upstream repo on your “other PC”:

    You can use:

    • an https address, like you did: but then your ssh keys won’t be involved
    • an ssh address: git@github.com:[repo_owner_username]/[repo_name].git and use a config file as illustrated here.

    The bottom line is: if you expect using your ssh keys, you must use an ssh url, not an https one (which would use the GitHub credentials, ie your GitHub login and password, using a _netrc on Windows or .netrc on Unix as mentioned in “Syncing with github“, not your ssh keys).

    As the OP mentions below, the issue in this instance was similar to what bb describes:

    Solution to the Git PATH issue when using a non interactive shell

    > On Linux

    git config remote.origin.uploadpack '/home/<user name>/bin/git-upload-pack'
    git config remote.origin.receivepack '/home/<user name>/bin/git-receive-pack'
    

    (or, considering the git installation path on the server in the OP’s case:

    git config remote.origin.uploadpack '/home/bin/git-upload-pack'
    git config remote.origin.receivepack '/home/bin/git-receive-pack'
    

    )

    > On Windows

    git config remote.origin.uploadpack 'libexec/git-core/git-upload-pack'
    git config remote.origin.receivepack 'libexec/git-core/git-receive-pack'
    

    The above solution works well, but assumes you already have a local git repo that is tracking a remote repo on the server.
    Cloning a repo will fail with the same error.

    git clone -u /home/<user>/bin/git-upload-pack <user>@<host>:/<path-to-repo>
    git clone -u /home/bin/git-upload-pack <user>@<host>:/<path-to-repo>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am trying to install https://github.com/markyoung/silk-sass-mixin $ (sudo) gem install compass $ git clone
Currently I am trying to clone this git repo: https://github.com/twilio/OpenVBX into my main repo,
I cloned the develop branch: git clone --branch 1.1/develop --recursive git://github.com/fuel/fuel.git but the files
I did git clone https://github.com/niltsh/MPlayerX And it seemed to be downloading everything. But when
I have applied make to a github bootstrap clone ( git clone https://github.com/twitter/bootstrap.git )
Note: the test project I'm mentioning can be downloaded with: git clone https://github.com/mperdikeas/so-spring-di-appcontext-schemalocation.git ..
I clone my source using git clone https://gerrit.wikimedia.org/r/p/mediawiki/core.git w/ . Then I specify a
git clone supports both HTTPS and SSH remote URLs. Which should I use? What
I would like to use this source: https://github.com/mongodb/casbah How can I use this stuff?
I cloned this repo on my computer: https://github.com/derobins/wmd.git There are several bugs with it

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.