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).
- my eclipse version eclipse-jee-helios-SR2-win32.
- I have set SSH Keys in my github account about this notebook. but how can i checked it has been successed set.
- where can i find the git-receive-pack not permitted logs.
Check if you are using the same remote address for your upstream repo on your “other PC”:
You can use:
git@github.com:[repo_owner_username]/[repo_name].gitand 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
_netrcon Windows or.netrcon 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:
> On Linux
(or, considering the git installation path on the server in the OP’s case:
)
> On Windows