Reputation:
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
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
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
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.
Upvotes: 3
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
Reputation: 52746
You should check Git integration configuration in Android Studio
press Test button for testing.
I am also using Android Studio, I just push a new Android project to GitHub successful.
Upvotes: 0