After Github change private repository rules I have got some troubles. Now all users can create/change own repository to private without Billing Plans.
I have Public repo and changed it to Private. When repository is Public - I can push/pull via my git cli.
But when repository is Private - I can't push/pull via my git cli.
$ git clone git@github.com:myaccount/myrepo.git
cloning «myrepo»…
ERROR: Account `myaccount' is disabled. Please ask the owner to check their account.
fatal: Could not read from remote repository.
What's wrong and how to fix it?