I have some question with 1.0.0-rc.2 and gitea, the gitea server and drone server are not in the same machine.
I can send test hook to the Repositories from gitea that i can manage it.
But if I fork from another Repositories I will get this
I’m using dorne1.0.0-rc.2 image and gitea
I Create two new repositories, One with repository private and another not.
When i commit
the another one get when it clone
fatal: could not read Username for 'http://mygitea': No such device or address
Are you running gitea in private mode, meaning you need a username and password to clone a public repository? If yes, see the DRONE_GIT_ALWAYS_AUTH environment variable.