mirror of
https://gitee.com/gitea/gitea
synced 2025-11-12 12:30:25 +08:00
Finish issue assignee
This commit is contained in:
@@ -177,7 +177,6 @@ func runServ(k *cli.Context) {
|
||||
models.SetRepoEnvs(user.Id, user.Name, repoName, repoUserName)
|
||||
|
||||
gitcmd := exec.Command(verb, repoPath)
|
||||
println(base.RepoRootPath)
|
||||
gitcmd.Dir = base.RepoRootPath
|
||||
gitcmd.Stdout = os.Stdout
|
||||
gitcmd.Stdin = os.Stdin
|
||||
|
||||
Reference in New Issue
Block a user