Cannot clone git repositories in ncx $HOME

In September I have installed code from git repositories on ncx-cluster. Now I cannot.

[geraks@ncx106 ~]$ git clone -b dev –recursive https://git.jinr.ru/nica/mpdroot.git
Cloning into ‘mpdroot’…
remote: Enumerating objects: 10583, done.
remote: Counting objects: 100% (980/980), done.
remote: Compressing objects: 100% (374/374), done.
remote: Total 10583 (delta 706), reused 846 (delta 605), pack-reused 9603
Receiving objects: 100% (10583/10583), 43.42 MiB | 36.21 MiB/s, done.
Resolving deltas: 100% (6505/6505), done.
fatal: fsync error on ‘/lhep/users/geraks/mpdroot/.git/objects/pack/tmp_idx_EZhWhq’: Permission denied
fatal: index-pack failed

my ticket (not sure if visible)
https://webncx.jinr.ru/ticket/cannot-clone-git-repositories-in-home/

I have the same problem
[lobastov@ncx103 bayes_commit]$ git clone -b dev --recursive git@git.jinr.ru:nica/mpdroot.git

Cloning into ‘mpdroot’…

remote: Enumerating objects: 10629, done.

remote: Counting objects: 100% (1039/1039), done.

remote: Compressing objects: 100% (388/388), done.

remote: Total 10629 (delta 717), reused 938 (delta 643), pack-reused 9590

Receiving objects: 100% (10629/10629), 43.43 MiB | 32.97 MiB/s, done.

Resolving deltas: 100% (6510/6510), done.

fatal: fsync error on ‘/nica/mpd19/lobastov/bayes_commit/mpdroot/.git/objects/pack/tmp_idx_U0g7Ng’: Permission denied

fatal: index-pack failed

This does not seem to be a problem in /weekly

I am copying the answer I received. I hope it is useful.

Ivan Slepov
Sorry for the long answer. The problem is in the process of finding a solution. We are expanding the staff to provide technical support for the NCX cluster, so that it happens faster.
Home directories are now mounted on NFS, which has problems with working with git. Temporarily you can use your local directory to update git, then copy the git files to your location.
For example: git clone repo /tmp/repo & cp /tmp/repo ~/repo