Gitea: cant find repository file

Created on 6 May 2019  路  5Comments  路  Source: go-gitea/gitea

hi.
I install gitea in my windows server and use PostgreSQL for the database.
everything is ok but I can't find my repository file
where gitea save them? I see git file in repository folder but cand find project file.

kinquestion

All 5 comments

git bare repositories will not include work tree.

@lunny I don't understand
I have some file in a repository like README.md but i can't find them

I think you should know how git store the files at first.

You need to clone your repository from Gitea over SSH through the Gitea user or http(s), the folders that represent Gitea's internal repositories should not be used directly except by Gitea.

thank for your help,i read about how git store the files and i understand.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

lunny picture lunny  路  77Comments

DblK picture DblK  路  53Comments

junkb picture junkb  路  51Comments

techknowlogick picture techknowlogick  路  55Comments

xor-gate picture xor-gate  路  53Comments