python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
git clone returns error " Permission denied (publickey)" in powershell
In Windows WSL, I can clone from a remote repository with the generated shh keys, but It doesn't work in the powershell with the same ssh keys. Any idea?
The ssh keys were generated by
ssh-keygen
Super Hornet
Votes: 0
Answers: 1
How to link ssh key to ssh agent and push files to github account
I need help on how to link my ssh key to ssh agent.
On generating the key which was saved at (mykeys) which i can view, the codes belows where generated in the bash terminal window.
$ ssh-keygen
Gener...
Oshimiri Jasper
Votes: 0
Answers: 2
Change git account terminal
Since I have multiple git accounts (work_account and personal_account) I am trying to change to my personal account by running:
git config --global user.name 'personal_account'
git config --global use...
Michal Ružička Ružička
Votes: 0
Answers: 0
How do I find my SSH-Key Passphrase on MacOS?
I recently tried to cloned one of my own repos on Github.
I haven't cloned a repo in a while, and as such; I forgot my "SSH-Key Passphrase" and couldn't clone it.
I am running "macOs Mo...
sonAndrew
Votes: 0
Answers: 1