-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
gitea serv to enable partial clones with ssh #21805
Labels
Comments
Works for me on 1.18-rc0 and dev. |
OK I've been able to replicate on 1.17.3 docker. This is odd. |
zeripath
added a commit
to zeripath/gitea
that referenced
this issue
Nov 13, 2022
When backporting go-gitea#20902 in go-gitea#21058 there was a slight misbackport. It was missed that we needed to remove the global command option before setting the settings. Fix go-gitea#21805 Signed-off-by: Andrew Thornton <[email protected]>
Aha! I've discovered the issue. The backport was broken. |
lunny
pushed a commit
that referenced
this issue
Nov 14, 2022
When backporting #20902 in #21058 there was a slight misbackport. It was missed that we needed to remove the global command option before setting the settings. Fix #21805 Signed-off-by: Andrew Thornton <[email protected]>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Description
Ubuntu 22.04 lts
GIT_TRACE=1 git clone --filter=tree:0 ssh://gitea@gitea:38745/common/kernel.git
15:58:08.342028 git.c:455 trace: built-in: git clone --filter=tree:0 ssh://gitea@gitea:38745/common/kernel.git
Cloning into 'kernel'...
15:58:08.348827 run-command.c:668 trace: run_command: unset GIT_DIR; GIT_PROTOCOL=version=2 ssh -o SendEnv=GIT_PROTOCOL -p 38745 [email protected] 'git-upload-pack '''/common/kernel.git''''
warning: filtering not recognized by server, ignoring
Gitea processo during clone
Gitea Version
1.17.3
Can you reproduce the bug on the Gitea demo site?
No
Log Gist
No response
Screenshots
No response
Git Version
2.25.1, Wire Protocol Version 2 Enabled
Operating System
ubuntu 22.04 LTS
How are you running Gitea?
gitea is official run from systemd on kvm machine not docker
Database
PostgreSQL
The text was updated successfully, but these errors were encountered: