user4441115
user4441115

Reputation:

Android Studio - Failed to create github repo

enter image description here

I've installed github properly and am able to login from Android Studio, but I get this error message. What could be the problem?

Upvotes: 4

Views: 7488

Answers (5)

kaleb teshale
kaleb teshale

Reputation: 89

This probably because you used some symbols in your description, I removed the commas, the new lines and the dots then it saved it.

Upvotes: 0

Matt
Matt

Reputation: 3652

I received this error when I was trying to create a repo with a name that already existed in my account.

Upvotes: 0

jalil
jalil

Reputation: 505

I had the same problem and i am sure the error log in your case is the same to what it was in my case (see the pic). the problem is we should not use the new line or [ENTER KEY] in the description of your repository,just write everything in the same line.the image is error log of the same problem in android studio

Upvotes: 3

technik
technik

Reputation: 1076

Probably, you use line separator in your description. This will cause such an error. If you write all your description at same line, you will go through the commit process.

Upvotes: 7

Vy Do
Vy Do

Reputation: 52746

You should check Git integration configuration in Android Studio

enter image description here

press Test button for testing.

I am also using Android Studio, I just push a new Android project to GitHub successful.

Upvotes: 0

Related Questions