Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Not asking password in my gitlab Repository

Tags:

gitlab

PS E:\Angular> git clone https://gitlab.com/souravgolui/MatDash.git <br>
Cloning into 'MatDash'...
remote: HTTP Basic: Access denied<br>
fatal: Authentication failed for 'https://gitlab.com/souravgolui/MatDash.git/'

This error will show in command prompt. please help. I entered wrong password , but not asking password 2nd time.

like image 351
Sourav Golui Avatar asked Jun 22 '18 07:06

Sourav Golui


1 Answers

If password not asking(prompt popup), and saying authentication failed then follow below steps:

  1. click on start
  2. Type : Credential Manager
  3. See the Windows (Manager shortcut or Credential Manager shortcut) and double-click it to open the application
  4. Once the app is open, click on the ("Windows Credentials" or "Generic Credentials") tab where git:https://...
  5. select edit and modify your update pwd then save it.***

Now enjoy your work :)

like image 71
Manas Kumar Maharana Avatar answered Sep 24 '22 20:09

Manas Kumar Maharana