mainSavannah Administration - Support: sr #108731, Unable to push to Git Repository

 
 

sr #108731: Unable to push to Git Repository

Submitter:  Darshit Shah <darnir>
Submitted:  Tue 20 Jan 2015 05:02:50 PM UTC
   
 
Category:  Source code repositories - developer access Priority:  5 - Normal
Severity:  4 - Important Status:  In Progress
Privacy:  Public Assigned to:  rwp
Operating System:  GNU/Linux Open/Closed:  Closed
* Mandatory Fields

Add a New Comment Rich Markup
   

Tue 03 Feb 2015 12:55:50 AM UTC, comment #3: 

Good deal!  Glad to help.

Bob Proulx <rwp>
Site Administrator
Fri 23 Jan 2015 01:55:08 AM UTC, comment #2: 

You're right!

I don't know what got into me that evening. Thanks a bunch for taking the time out.

Darshit Shah <darnir>
Tue 20 Jan 2015 10:58:51 PM UTC, comment #1: 

Hi Darshit,

Look closely at the URL you are using to push.  It says git:// and that is the anonymous read-only access URL for those who are not logged into the system.  For push access you need to use the ssh:// URL that uses ssh as you.  Something like:

  rwp@git.sv.gnu.org:/srv/git/wget.git

Replace rwp (which is me) with your login.

Hope that helps.  Let us know if this resolves the issue for you and I will close the ticket.

Bob Proulx <rwp>
Site Administrator
Tue 20 Jan 2015 05:02:50 PM UTC, original submission:  

I'm trying to push some code changes to the git repository for GNU Wget hosted on Savannah. However, the `git push` command errors out with the following text:

```
Counting objects: 11, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (11/11), done.
Writing objects: 100% (11/11), 1.62 KiB | 0 bytes/s, done.
Total 11 (delta 10), reused 0 (delta 0)
error: unpack failed: unpack-objects abnormal exit
To git://git.savannah.gnu.org/wget.git
 ! [remote rejected] master -> master (n/a (unpacker error))
error: failed to push some refs to 'git://git.savannah.gnu.org/wget.git'
```

I tried `git repack` to see of my local repository was corrupt. I even created a fresh clone of the repository and tried to push the changes from there. However, I always encounter the same error.

With this issue around, it is very difficult for us to update our codebase, so it would be great if it can be resolved at the earliest.

Darshit Shah <darnir>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by rwp (Posted a comment)
  • -email is unavailable- added by darnir (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only logged-in users can vote.

     

    Follow 3 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2015-02-03 rwp Open/ClosedOpen Closed
    2015-01-20 rwp StatusNone In Progress
        Assigned toNone rwp

    Back to the top

    Powered by Savane 3.13-758e.
    Corresponding source code