mainSavannah Administration - Support: sr #109161, gcl repository has permission...

 
 

sr #109161: gcl repository has permission problems (unpacker error)

Submitter:  Camm Maguire <camm>
Submitted:  Fri 07 Oct 2016 06:32:23 PM UTC
   
 
Category:  Source code repositories - developer access Priority:  5 - Normal
Severity:  4 - Important Status:  None
Privacy:  Public Assigned to:  rwp
Operating System:  None Open/Closed:  Closed
* Mandatory Fields

Add a New Comment Rich Markup
   

Fri 07 Oct 2016 07:37:50 PM UTC, comment #2: 

See this http://savannah.gnu.org/maintenance/UsingGit/ and look for "Fixing checkout from git:// to ssh://"

Bob Proulx <rwp>
Site Administrator
Fri 07 Oct 2016 07:34:01 PM UTC, comment #1: 

Hello Camm, I see that you are trying to push to the git:// protocol.  But git:// is the anonymous checkout read-only protocol.  To push you must use the authenticated ssh:// protocol.  Here is the docs on the URL for member cloning.

https://savannah.gnu.org/git/?group=gcl

Note that camm@git.sv.gnu.org:/srv/git/gcl.git and ssh://camm@git.sv.gnu.org:/srv/git/gcl.git are identical but simply alternate forms of the same URL.

You can change your upstream URL without re-cloning with:

git remote set-url origin ssh://YOURLOGINHERE@git.sv.gnu.org/srv/git/project.git

Hope this helps. I am going to close the ticket but feel free to respond. We will see any responses okay.


Bob Proulx <rwp>
Site Administrator
Fri 07 Oct 2016 06:32:23 PM UTC, original submission:  

  1 git … push -v origin pathnames1:refs/heads/pathnames1
Pushing to git://git.sv.gnu.org/gcl.git
Looking up git.sv.gnu.org ... done.
Connecting to git.sv.gnu.org (port 9418) ... 208.118.235.72 done.
Counting objects: 5, done.
Writing objects: 100% (5/5), 521 bytes | 0 bytes/s, done.
Total 5 (delta 3), reused 0 (delta 0)
error: unpack failed: unpack-objects abnormal exit
To git://git.sv.gnu.org/gcl.git
 ! [remote rejected] pathnames1 -> pathnames1 (n/a (unpacker error))
error: failed to push some refs to 'git://git.sv.gnu.org/gcl.git'



Camm Maguire <camm>

 

(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 camm (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 2 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2016-10-07 rwp Assigned toNone rwp
        Open/ClosedOpen Closed

    Back to the top

    Powered by Savane 3.13-4b48.
    Corresponding source code