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 need to pass the --no-ssl-verify command when running the migrate-repo command but am seeing the error: [ERROR] --no-ssl-verify can only be provided with --bbs-server-url.
I am passing the --bbs-server-url but this exception is still being caught for some reason;
I think this error is correct. You are passing --archive-path meaning the migration will use the archive file you provide instead of calling BBS API's. Since it is not going to be calling BBS API's the --no-ssl-verify option is not applicable.
The error message could be updated to be more accurate/helpful though.
Description
I need to pass the
--no-ssl-verify
command when running themigrate-repo
command but am seeing the error:[ERROR] --no-ssl-verify can only be provided with --bbs-server-url.
I am passing the
--bbs-server-url
but this exception is still being caught for some reason;My command:
I am providing the
--bbs-server-url
, which is the requirement to being able to use the--no-ssl-verify
command.Is there a way to install an older version of the bbs2gh extension so see if this bug arose from
v1.11.0
Reproduction Steps
Run the
gh bbs2gh migrate-repo
command and supply a bbs-server URL as well as--no-ssl-verify
The text was updated successfully, but these errors were encountered: