I reported this issue a few weekends ago in the Gitter channel (seems to be gone now?)
I’ve upgraded to the latest drone and gitea images and keep running into:
+ git init
0s
2
Initialized empty Git repository in /drone/src/git.mydomain.tld/prologic/hello-go/.git/
0s
3
+ git remote add origin https://git.mydomain.tld/prologic/hello-go.git
0s
4
+ git fetch --no-tags origin +refs/heads/master:
0s
5
fatal: could not read Username for 'https://git.mydomain.tld': No such device or address
0s
6
exit status 128
Looks like there are other folks running in to this. The repo is private and I seem to recall some discussions around this functionality breaking in gitea somewhere but I haven’t a clue how to help debug this.
Please help me help Drone fix this!