I have several repositories on BitBucket. I want to clone one of them to a server. The steps I follow are as per the following:
1. Go to the repository's page on BitBucket and click on the clone button (HTTPS)
2. Go the terminal and paste the command.
After doing this, it seems to clone the wrong repository, another one in my account. Inside the newly created directory are completely unrelated files.
After asking someone else for help, when they entered their link from their page, git still asked for my account's app password. I have removed my stored credentials.
I removed and re-added the remote, deleted all the stored credentials. But each time, it's always the wrong repository.
`.git/logs/HEAD` shows that it was cloned from the right repository, it's just all the data is wrong.