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

Fastidious picture Fastidious  路  3Comments

thehowl picture thehowl  路  3Comments

BNolet picture BNolet  路  3Comments

internalfx picture internalfx  路  3Comments

flozz picture flozz  路  3Comments