Have access to GitHub with my account
But can't clone a repository from the list:
UPDATE: Today is available AndroidStudio 2.1 Beta 2 The issue is resolved, but it works only with http. SSH doesn't work
THIS dialog shows 3 times. and then error:
Failed with error: fatal: Could not read from remote repository.
Android studio log:
2016-04-15 13:03:39,507 [5583156] INFO - #git4idea.commands.GitHandler - git -c core.quotepath=false push --progress --porcelain origin refs/heads/master:master
2016-04-15 13:03:41,671 [5585320] INFO - #git4idea.commands.GitHandler - java.io.IOException: Authentication failed:
2016-04-15 13:03:41,671 [5585320] INFO - #git4idea.commands.GitHandler - at org.jetbrains.git4idea.ssh.SSHMain.authenticate(SSHMain.java:298)
2016-04-15 13:03:41,672 [5585321] INFO - #git4idea.commands.GitHandler - at org.jetbrains.git4idea.ssh.SSHMain.start(SSHMain.java:172)
2016-04-15 13:03:41,672 [5585321] INFO - #git4idea.commands.GitHandler - at org.jetbrains.git4idea.ssh.SSHMain.main(SSHMain.java:137)
2016-04-15 13:03:41,681 [5585330] INFO - #git4idea.commands.GitHandler - fatal: Could not read from remote repository.
2016-04-15 13:03:41,681 [5585330] INFO - #git4idea.commands.GitHandler - Please make sure you have the correct access rights
2016-04-15 13:03:41,681 [5585330] INFO - #git4idea.commands.GitHandler - and the repository exists.
But repository exists and ssh key is added, I have access rights. I previous version it works.