The problem of git moving out of git Project under linux

step 1: I installed the git server on the linux server.
step 2: I used the git init / home/git/item/test.git command to create a git repository;
step 3: I moved out code: git clone git@127.0.0.1:/home/git/item/test.git in another folder on the linux server

then the error is reported as follows:
ERROR:gitosis.serve.main:Repository read access denied
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.

find a solution, thank you

Dec.14,2021

like I said, I don't have permission. Check the SSH permission of git account

.

Local direct is fine

git clone /home/git/item/test.git
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3a06a-2af23.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3a06a-2af23.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?