awsm-page / blog-comments

0 stars 0 forks source link

git/use-github-with-ssh-complete-guide-including-vscode-setup/ #3

Open utterances-bot opened 2 years ago

utterances-bot commented 2 years ago

Use GitHub with SSH - Complete guide including VSCode setup | AWSM

If you want to use Git without using password, then SSH key is the solution. Using SSH key is highly recommended and followed by…

https://awsm.page/git/use-github-with-ssh-complete-guide-including-vscode-setup/

synco1111 commented 2 years ago

Awesome Guide..! Tiny small typo:

eval \$(ssh-agent -s)

Should be (without the back slash

eval $(ssh-agent -s)
Impulsleistung commented 2 years ago

Unable to connect to VS Code server: Error in request. Error: connect ENOENT /run/user/1000/vscode-ipc-50021f70-e7d5-4e63-aeaa-70a16c07ac54.sock at PipeConnectWrap.afterConnect [as oncomplete] (net.js:1146:16) { errno: -2, code: 'ENOENT', syscall: 'connect', address: '/run/user/1000/vscode-ipc-50021f70-e7d5-4e63-aeaa-70a16c07ac54.sock'

omegouaz commented 1 year ago

very helpful, thank you very much.