Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error when pushing to new repo: Internal Server Response Decoding Failed #24167

Closed
gabriel-vasile opened this issue Apr 17, 2023 · 3 comments · Fixed by #24173
Closed

Error when pushing to new repo: Internal Server Response Decoding Failed #24167

gabriel-vasile opened this issue Apr 17, 2023 · 3 comments · Fixed by #24173
Labels

Comments

@gabriel-vasile
Copy link
Contributor

Description

To reproduce:

  1. in gitea web interface create a new repo
  2. locally, create a new git repo with:
echo a > a
git init
git add .
git commit -m "first commit"
git remote add origin your_remote_from_step_1
git push -u origin master

Important: use master branch in this test. Problem does not reproduce with main.

Expected: push works and success message is received from remote.
Got: push works but error message is received from remote:
image

It seems to problem was introduced in f453879.

Gitea Version

last commit in master

Can you reproduce the bug on the Gitea demo site?

Yes

Log Gist

No response

Screenshots

No response

Git Version

No response

Operating System

No response

How are you running Gitea?

make build && ./gitea web

Database

None

@wxiaoguang
Copy link
Contributor

Could be fixed by: Fix incorrect internal response type #24173

@gabriel-vasile
Copy link
Contributor Author

The error is not printed anymore but the formatting seems a little off to me.

gabriel@tbook:~/tmp/qwer$ git push -u origin master
Enumerating objects: 3, done.
Counting objects: 100% (3/3), done.
Writing objects: 100% (3/3), 861 bytes | 861.00 KiB/s, done.
Total 3 (delta 0), reused 0 (delta 0), pack-reused 0
remote: . Processing 1 references  <-------------- THIS LINE HERE
remote: Processed 1 references in total
To localhost:a/qwer.git
 * [new branch]      master -> master
Branch 'master' set up to track remote branch 'master' from 'origin'.

@wxiaoguang
Copy link
Contributor

The error is not printed anymore but the formatting seems a little off to me.

It's related to this one:

techknowlogick pushed a commit that referenced this issue Apr 18, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Close #24167

The endpoint "set-default-branch" returns `success`, so just decode it
as `responseText`
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jun 3, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants