Решил сменить аккаунт github. выполнил команды с новыми параметрами
$ git config --global user.name "NewName"
$ git config --global user.email "NewEmail"
при заливке файлов в репозиторий пишет
$ git push -u origin master
Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.