+ git init -b main
Initialized empty Git repository in /woodpecker/src/github.com/<removed>
+ git remote add origin https://github.com/<removed>
+ git fetch --no-tags --depth=1 --filter=tree:0 origin +refs/heads/main:
fatal: could not read Username for 'https://github.com': No such device or address
exit status 128
A .woodpecker.yml without a manual clone step works fine:
Component
server, agent
Describe the bug
With previous next versions of Woodpecker the manual clone step worked fine but with
next-44b54db475
it does not work anymore..woodpecker.yml
:results in failure in the
git
step:A
.woodpecker.yml
without a manual clone step works fine:System Info
Additional context
No response
Validations
next
version already [https://woodpecker-ci.org/faq#which-version-of-woodpecker-should-i-use]