I have a git server is on Ubuntu 22.04 and the repositories are on an NFS share mounted on that server.
As the git user logged in via ssh, I can create files and directories on that NFS share but i get permission denied when I try to push changes to the git server via git push. I am able to copy files to the nfs share via scp also.
All of this was working fine in ubunto 20.04 but broke when I updated to 22.04.
Thanks