1. Summary
  2. Files
  3. Support
  4. Report Spam
  5. Create account
  6. Log in

Ticket #4956 (closed: fixed)

Opened 4 years ago

Last modified 4 years ago

Unable to push git repository

Reported by: pgrigorenko Owned by: mmoore
Keywords: SOG Cc:
Private: no

Description

Hello,

When I try to push a local git repository to an empty remote repository, I get the following error:

$ git push --verbose origin master
Pushing to ssh://pgrigorenko@cocovila.git.sourceforge.net/gitroot/cocovila/cocovila
pgrigorenko@…'s password:
Counting objects: 9784, done.
Delta compression using up to 2 threads.
Compressing objects: 100% (1325/1325), done.
fatal: Unable to create temporary file: Permission denied
error: pack-objects died with strange error
error: failed to push some refs to 'ssh://pgrigorenko@cocovila.git.sourceforge.net/gitroot/cocovila/cocovila'

I logged into the shell to check permissions and discovered that I even do not see /home/scm_git directory, i.e.:

[pgrigorenko@shell-24004 home]$ ls
frs groups persistent users userweb userweb-persistent

Our project has been recently renamed (vsledit -> cocovila), may be this is related somehow? As far as I remember, before unix name change I was able to access /home/scm_git.

Thanks in advance.

Change History

Changed 4 years ago by ctsai

  • keywords SOG added
  • owner set to mmoore
  • status changed from new to assigned

Changed 4 years ago by burley

  • status changed from assigned to closed
  • resolution set to fixed

Greetings,

I removed and re-added your SCM permissions from the web front end and that should resolve your issue. Please do the same for any other project members that may have the same problem. Renaming projects is imperfect, but works pretty well.

Thank you,

David Burley
Systems Programmer/Analyst, SourceForge.net

Note: See TracTickets for help on using tickets.