0

I installed git bash on windows and when I try to clone a private repo (git clone https://github.com/username/project.git) , it doesn't ask me for my username and password and just stay stuck on : "Cloning into 'project name'...

But when I try to clone public repo, I don't have any problem

1 Answers1

1

A bit late but here's my solution go to control panel > Credentials Manager

Add Generic credential

network address: git:https://github.com

and your github username & password.

mhermano
  • 89
  • 9