Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

git-receive-pack not permitted on Push

I am using EGit in Eclipse, and attempting to push to Github. I made a commit locally, and then tried to push it upstream. I got this error:

 Can't connect to any URI: https://github.com/Buroa/Konklex.git (An internal Exception occurred during push: https://github.com/Buroa/Konklex.git: git-receive-pack not permitted)

I can't seem to find a way around it. Am I missing something here?

like image 449
Simon Sheehan Avatar asked Sep 02 '25 15:09

Simon Sheehan


2 Answers

I know this is a old thread, but I struggled with the same for more than an hour today and finally found out this happened because on my egit push dialog window i had used a different userid

Once i entered the right github user, the push to the remote repository went through fine.

like image 194
Venkat Avatar answered Sep 05 '25 05:09

Venkat


As stupid as it may sound: Make sure you do have rights to push to the repo.

In my case the colleague hadn't given my user the push rights yet...

like image 35
fl0w Avatar answered Sep 05 '25 04:09

fl0w