I cannot clone repository, which i have permissions to, using port 2222.
When i try to clone using
git clone git@<address>:2222/<user>/<repo>.git,
i get this:
Cloning into '<repo_name>'...
remote:
remote: ========================================================================
remote:
remote: The project you were looking for could not be found or you don't have permission to view it.
remote:
remote: ========================================================================
remote:
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.