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
During pull phase if repository is private or does not exist, craft will hung forever waiting for the credentials.
It should immediately fail as there is no place for user to put the credentials in
To Reproduce
Build the source that requests you to use credentials (e.g. source from GitHub or Launchpad via https:// that is not public or does not exist).
part yaml
non-existing-part:
# See 'snapcraft plugins'source: https://github.com/non-existing-user/non-existing-reposource-type: gitplugin: nil
Bug Description
During pull phase if repository is private or does not exist, craft will hung forever waiting for the credentials.
It should immediately fail as there is no place for user to put the credentials in
To Reproduce
Build the source that requests you to use credentials (e.g. source from GitHub or Launchpad via
https://
that is not public or does not exist).part yaml
Relevant log output
The text was updated successfully, but these errors were encountered: