[x]
):Gitea only displays a HTTP 500 error page when the user attempts to add a deploy key that has the same name as an existing key (the keys themselves are different). I'd like to work on the displaying of a more informative error message when this occurs.
We'd be happy to receive a PR for this :)
Fantastic. I was wondering if you could give me some tips on how I get dlv
or vscode
set up to debug Gitea. I tried the launch.json
files provided by the project and couldn't get debugging to work on vscode.
I dont think you will have to debug a lot of go code ...
the easyest way is to add some fmt.Println(var-you-like-to-konw-value-of)
in the code ...
gotcha, I'll give it a try!