Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

remote with selected name already exist Android studio , git hub error

I'm getting this GitHub error in android studio whenever I'm creating a new repository , And I'm not having any GitHub repo. of the same name.

Screenshot

like image 265
Raunaq Verma Avatar asked Jan 24 '17 08:01

Raunaq Verma


People also ask

Can't add remote origin already exists?

"Remote origin already exists" error The solution is to update the URL of the remote repository with the name “origin” to the URL of the remote repository you want to add, instead of trying to create a new remote repository with that name.


1 Answers

goto Terminal in android studio and type below command –

git remote rm github
like image 104
MANOJ G Avatar answered Sep 29 '22 15:09

MANOJ G