Сделал просто набор команд:
git init
git remote add origin my_repo
git add .
git commit -m "f commit"
git push 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.
Весь инет облазил но так и не нашёл решения для себя.