Trying to create sites via the API using the npm package in nodejs but deploys keep failing?

Hey there, @Stinny :wave:

Apologies for the delay here! We took a look at your situation, and everything appears to be working now. Can you confirm if you are still encountering obstacles?

For folks who may be following along, this error (“Failed during stage ‘preparing repo’: error checking for ref: fatal: could not read Username for ‘https://github.com’: No such device or address”) usually means that someone has mis-linked the repo with an https://github.com/login/repo URI rather than what we need, which is a git@github.com/login/repo type URI.

This support guide has more details: