You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'.
The text was updated successfully, but these errors were encountered:
No I did it on a fresh host with native docker installer and just downloaded the latest gitea version. If I docker-compose down and delete all gitea images / created volumes again and specify 1.12 version in docker-compose.yml then it's working fine.
[x]
):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
Branch 'master' set up to track remote branch 'master' from 'origin'.
The text was updated successfully, but these errors were encountered: