-
Name Previous Value Current Value Type
Support Request
Improvement
-
Previous Value Current Value .git path in repositories
Able to handle .git path in repositories
-
OneDev
changed state to 'Closed' 2 years ago
Previous Value Current Value Open
Closed
-
State changed as code fixing the issue is committed (fead7812)
-
OneDev
changed state to 'Released' 2 years ago
Previous Value Current Value Closed
Released
-
State changed as build #4330 is successful
| Type |
Improvement
|
| Priority |
Normal
|
| Assignee | |
| Labels |
No labels
|
Issue Votes (0)
Certain git implementations (like the one used in argocd-autopilot) insist on adding
.gitto the repository path when cloning or pushing. This currently breaks with onedev. My current workaround is to actually create a repo named 'project.git' - then it works. Is it possible to make the server accept having.gitin the path? I can rewrite the URL with nginx when using HTTPS, but SSH would still be broken.