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
eprintln!("The provider had an issue processing this request. Perhaps the repository already exists, or you're using an unsupported option. e.g. Enabling projects on a repo in an org that has them disabled.");
60
60
exit(2);
61
-
}
61
+
},
62
62
StatusCode::UNAUTHORIZED => {
63
63
eprintln!("You are unauthorized to create that repo.");
64
64
exit(3);
65
-
}
65
+
},
66
66
_ => {
67
67
eprintln!("An unknown response was sent by the provider.");
0 commit comments