System.err.println("An error occurred while inserting the labels into the destination repo!");
}
System.out.println("Successfully finished.");
}
catch(IOExceptione1)
{
if(e1.getMessage().contains("rate limit"))
{
System.err.println("You have reached the API-Limit for unauthorized requests. Try again later or authenticate with password.");
}
else
{
System.err.println("An error occurred while getting the labels from the source repo!\nCheck your credentials and make sure that you have access to the source repo (if it's not public)");