-
Update :
After further investigation, it seems my git credential manager was kinda messed up :-(. The problem was the same for non-root projects. Resetting credentials helper fixed the clone issue as my git client sent the correct authentication creds.
Maybe the error could be 403 or 401 instead of error 500, but I leave that to you discretion :-).
Note : the error after the root project creation with non-admin account seems to be unrelated. No error is shown in the server.log though.
If the current behavior is ok for you, this issue can be closed.
Thank you again !
-
It is returning 500 purposely for security reason in order not to leak project existance information for unauthorized users. But maybe 404 is a more appropriate code in this case.
-
Name Previous Value Current Value Priority
Normal
Minor
-
State changed as code fixing the issue is committed (c07c7324)
-
OneDev
changed state to 'Closed' 7 months ago
Previous Value Current Value Open
Closed
-
State changed as build OD-6311 is successful
-
OneDev
changed state to 'Released' 7 months ago
Previous Value Current Value Closed
Released
| Type |
Bug
|
| Priority |
Minor
|
| Assignee | |
| Affected Versions |
11.9.9
|
| Labels |
No labels
|
Hello,
I've been using OneDev server for a few weeks now and I ran into an error I cannot quite figure out the solution.
Steps I've done :
Output is the following :
Behavior is the same if repo is empty or has files.
Server.log shows the following :
The natural workaround is to have a non-root project. I don't know if that is an attended use case (to have code in root project).
Notes:
Please let me know if more info is needed or anything else.
This project is awesome, thank you very much for the heart and the time you put into it. As a fellow developer, I can only measure the effort needed :).