I want to clone an organization's private git lab repository. I had access to it.
Command I used in windows 10: git clone http://<git.organisation.com>/<user>/<repository_name>
It is giving me this error
remote: Not Found
fatal: repository not found
I tried deleting credentials in Credential Manager, re-installed git, and tried the command in cmd, Git Bash, git GUI, windows PowerShell. None worked.
Any help is appreciated! Thank you.