ali pirzadeh
ali pirzadeh

Reputation: 33

Authentication failed when check out a private project of Gitlab in android studio

We have a private project in Gitlab that I am member of that and have Administrator access to that.

But at first checkout (check out project from version control) I enter incorrect username in, the problem is that I cannot change my Gitlab account identification in android studio. And cannot access none of my project stored in Gitlab. Can anybody help about that to solve this problem?

Upvotes: 3

Views: 2254

Answers (2)

Mostafa Gh
Mostafa Gh

Reputation: 36

just copy git scm to your programfiles and do not install it,then execute bash from it. if authentication not pass yet,you should install certificate files in Program Files>>Git>>mingw64>>ssl>>certs

Upvotes: 2

Peyman Naeimi
Peyman Naeimi

Reputation: 400

If you had installed Git in your system, try to remove it. It should help you!

Upvotes: 2

Related Questions