I want to to setup public key access to my git shell application (windowspowershell v1.0). It’s the shell application that comes with the github for windows application.
I want to push commits to a bare repository on my remote CentOS web server.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
just put your keypair in
%USERPROFILE%/.ssh/, and upload your public key to server~/.ssh/authorized_keys.