Skip to content

Gitea in docker container doesn't display my commits #12927

Closed
@xakaitetoia

Description

@xakaitetoia
  • Gitea version (or commit ref): docker - gitea/gitea:latest
  • Git version:
  • Operating system: Ubuntu 20.04
  • Database (use [x]):
    • PostgreSQL
    • MySQL
    • MSSQL
    • SQLite
  • Can you reproduce the bug at https://try.gitea.io:
    • Yes (provide example URL)
    • No
    • Not relevant
  • Log gist:

Description

Hello team,
I am using the latest gitea version in docker (gitea/gitea:latest) and when creating a repo I follow the instructions from a machine and although I succeed on creating the initial README.MD file and pushing it successfully, I do not see any update in the dashboard with my commits. See screenshot. Still remains the same page with instructions. Pulling and pushing though works fine as if there were some data. It just doesn't display any contents on the specified repo

This doesn't happen if i download the gitea:1.12 version though.

Screenshots

~/docker/gitea/test$ git push -u origin masterUsername for xxx
Password for 'x:
Enumerating objects: 3, done.
Counting objects: 100% (3/3), done.
Writing objects: 100% (3/3), 207 bytes | 207.00 KiB/s, done.
Total 3 (delta 0), reused 0 (delta 0)
remote: . Processing 1 references
remote: Processed 1 references in total
To xxxxxx/test.git

  • [new branch] master -> master
    Branch 'master' set up to track remote branch 'master' from 'origin'.

gitea

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions