1

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.

anand mishra
  • 900
  • 1
  • 11
  • 30

3 Answers3

2

Check if you have a credential helper with

git config credential.helper

If you see manager, it is possible the wrong credentials are cached.
In that case, you need to remove them.
See "Github remote permission denied".

The other possibility is the presence of 2FA (2 factor Authentication), which would require a PTA (Personnal Access Token) in place of the regular account password.

VonC
  • 1,262,500
  • 529
  • 4,410
  • 5,250
0

git clone command is > git clone https://github.com/adeptia/enigma.git/

when command not work, you confirm url accurate

if you sure url is exist or correct, we need to more information to answer

-2

I think cause github server having problem now, because today I can not access to github or my github repository. You can try again later.

Quoc Truong
  • 545
  • 4
  • 9