There are 2 ways we could use in this case.
First thing you can change the url from git to https from remote and try to clone with that link.
git clone https://your-git@git/git
or you can change the remote url using:
git remote set-url origin [email protected]
For more information please go through the tutorial of git lifecycle: