Перейти до основного вмісту

Github.org creating repo problem

If you are having error:
"Permission to <repo_1> denied to <repo_2>."


Add to ~/.ss/config file:


Host github.com
     Hostname github.com
#     IdentityFile ~/.ssh/id_dsa
     User git
     Port 22
     TCPKeepAlive yes
     IdentitiesOnly yes

Коментарі