git - FFs Github: Permission denied (publickey) fatal: The remote end hung up unexpectedly -


i'm using vm virtual machine rails working environment. , i'm trying upload project github. when run command git push -u origin master or git push origin master there error message like:

permission denied (publickey). fatal: remote end hung unexpectedly 

however, googled error , followed ssh guide found, looks have pasted ssh key correctly running checking command :ssh-add -l , gives me: 2048 d4:05:6d:03:cb:f3:b1:9c:63:7f:74:ce:09:26:be:a2 /home/bruce/.ssh/id_rsa (rsa)

what happened? don't quite understand. did miss or make mistake? please. lot.


Comments

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -