Debug School

rakesh kumar
rakesh kumar

Posted on

Git error:How to fix 'The project you were looking for could not be found' when using git clone

yesterday i clone branch reository and i found error

git clone -b dev https://gitlab.com/jipl/regapp.git

remote: The project you were looking for could not be found or you don't have permission to view it.
fatal: repository 'https://gitlab.com/jipl/regapp.git/' not found

solution

In windows go to Credential Manager and remove :

git:https://gitlab.com

Image description

then again try to clone

it asks sign in with browser

refer
refer2

Top comments (0)