I am using git bash client on windows 10 64-bit system but when I try to clone or pull or push repositories from git hub it showing the error:
remote: Repository not found.
fatal: repository 'https://github.com/adeptia/enigma.git/' not found
While repositories are exists and I am also able to clone, pull and push these repository using eclipse or github desktop.
I can commit and check status of repository using git bash client if it cloned using eclipse or github desktop.