invalid slug. slugs must be lowercase alphanumerical and may also contain underscores dashes or dots code example
Example: bitbucket invalid slug
"Repository Name" was causing problem.
I found that this name can NOT include upper case letters or spaces.
After I changed the name to all lower cases, and replaced spaces with "_", everything is back to normal.