Ticket #4956 (closed: fixed)
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.