You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't know whether this is a user error or if I should Do Something to fix it:
Bad URL: failed to parse URL: RelativeUrlWithoutBase: relative URL without a base
command failed: 'Cloning into './font_repos/Alegreya'... fatal: could not read Username for 'https://github.com': terminal prompts disabled'command failed: 'Cloning into './font_repos/elsiefont (404)'... fatal: unable to access 'https://github.com/googlefonts/elsiefont (404)/': URL rejected: Malformed input to a URL function'command failed: 'Cloning into './font_repos/glory'... fatal: could not read Username for 'https://github.com': terminal prompts disabled'command failed: 'Cloning into './font_repos/manrope'... fatal: could not read Username for 'https://github.com': terminal prompts disabled'command failed: 'Cloning into './font_repos/Orelega'... fatal: could not read Username for 'https://github.com': terminal prompts disabled
My local cache dir seems well populated so maybe these are just bad sources...?
The text was updated successfully, but these errors were encountered:
What command did you run to see this? This is mostly telling you that we couldn't check out a repository because it is private (hence it is asking for your username/password) and I would only expect to see this when it is trying to build up the initial repo list.
okay yea I need to rework/simplify the source finding a bit... I think part of the issue here is that you don't get context without logging enabled, and the messages you're seeing are actually being generated by a child git process that's inherited our stdout.
I don't know whether this is a user error or if I should Do Something to fix it:
My local cache dir seems well populated so maybe these are just bad sources...?
The text was updated successfully, but these errors were encountered: