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
Post a Comment