-
-
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
doesn't respect git's binary path in config(app.ini):
#23137
Labels
Comments
jolheiser
pushed a commit
that referenced
this issue
Feb 28, 2023
Close #23137 The old code is too old (8-9 years ago) Let's try to execute the git commands from git bin home directly. The verb has been checked above, it could only be: * git-upload-pack * git-upload-archive * git-receive-pack * git-lfs-authenticate
GiteaBot
pushed a commit
to GiteaBot/gitea
that referenced
this issue
Feb 28, 2023
Close go-gitea#23137 The old code is too old (8-9 years ago) Let's try to execute the git commands from git bin home directly. The verb has been checked above, it could only be: * git-upload-pack * git-upload-archive * git-receive-pack * git-lfs-authenticate
GiteaBot
pushed a commit
to GiteaBot/gitea
that referenced
this issue
Feb 28, 2023
Close go-gitea#23137 The old code is too old (8-9 years ago) Let's try to execute the git commands from git bin home directly. The verb has been checked above, it could only be: * git-upload-pack * git-upload-archive * git-receive-pack * git-lfs-authenticate
jolheiser
pushed a commit
that referenced
this issue
Feb 28, 2023
Backport #23138 Close #23137 The old code is too old (8-9 years ago) Let's try to execute the git commands from git bin home directly. The verb has been checked above, it could only be: * git-upload-pack * git-upload-archive * git-receive-pack * git-lfs-authenticate Co-authored-by: wxiaoguang <[email protected]>
jolheiser
pushed a commit
that referenced
this issue
Feb 28, 2023
Backport #23138 Close #23137 The old code is too old (8-9 years ago) Let's try to execute the git commands from git bin home directly. The verb has been checked above, it could only be: * git-upload-pack * git-upload-archive * git-receive-pack * git-lfs-authenticate Co-authored-by: wxiaoguang <[email protected]>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Description
gitea serv
doesn't respect git's binary path in config(app.ini):gitea/cmd/serv.go
Lines 293 to 304 in 10cdcb9
If a user has different git versions, this code might execute an incorrect git.
The text was updated successfully, but these errors were encountered: