I am trying to clone a repository, but I get an error message, stating the following whenever I try that:
Bitbucket cannot not execute "git upload-pack ...". The command is not supported as entered.
Ensure you are using a supported SCM, check the syntax and try again.
fatal: Could not read from remote repository.
I have read up a bit, and a lot of people link this to SSH authentication. However, I have my keys all set up and I'm being asked to authenticate for every try.
The keys were generated with ssh-keygen, and the passphrase I enter is correct.
I can't really figure out the problem. I tried cloning various repos, but I end up with this every time.
So far I tried to clone the repository with the git bash, as well as with the help of the TortoiseGit GUI.
It might be worth mentioning I am using an SSH path.
EDIT: I tried several other repositories now. I always end up with this error. I guess it must be something local or something about my keys.