I poured my project on the GitHub repo. Then I had to remove it from there. It was necessary to fill in on BitBucket. But when I upload, Git gives an error:
Push failed app\src\main\java\kz\tem_tour: push to origin/master was rejected Project: failed with error: fatal: repository 'https://github.com/user_login/project.git/' not found Maybe there are some files Gitkhabovskie or texts?
What is wrong doing, how to clean?
git remote remove origin; git remote add origin <bitbucket_url>git remote remove origin; git remote add origin <bitbucket_url>- dzhioev