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
If user specifies an incorrect access token (for example wrapping the string value in quotes like token: "pat-randomstring" instead of token: pat-randomstring the error returned on attempt to download the repository will be:
If user specifies an incorrect access token (for example wrapping the string value in quotes like
token: "pat-randomstring"
instead oftoken: pat-randomstring
the error returned on attempt to download the repository will be:This is not handled nicely upstream partially because nbgitpuller does not expect to be used with private repos.
Upstream issue:
The text was updated successfully, but these errors were encountered: