-
On which OS are you running the new OneDev installation? And how are you running OneDev?
-
I use Ubuntu 24.04, and run onedev from docker
There are docker-compose file
services: onedev: restart: always volumes: - /run/docker.sock:/var/run/docker.sock - /data/onedev/data:/opt/onedev ports: - 3622:6611 - 127.0.0.1:6610:6610 image: 1dev/serverand I have nginx in front for ssl
-
Seems that your repository has a file named "git", and OneDev uses that instead of system git to do the job.
-
Previous Value Current Value Checkout failed
Checkout failed if repository root contains a file named "git"
-
State changed as build OD-8227 (16.5.6) is successful
-
OneDev
changed state to 'Closed' 3 days ago
Previous Value Current Value Open
Closed
| Type |
Bug
|
| Priority |
Normal
|
| Assignee | |
| Affected Versions |
16.5.5
|
| Labels |
No labels
|
Issue Votes (0)
Hi, I setup few onedev projects without any problem. Now I setup new installation, and make test project - everything was fine and working. When I try to import new project (create project and push all repo from my laptop to onedev) I got the error on checkout step.
I check permission and didn't see any problems. The new blank project pass checkout step without any problems. Any suggestions?