Bug/Git 6

[Git] npm install stopped after asking for username and password

Adding ssh private key solved this problem. $ npm install joi (⠂⠂⠂⠂⠂⠂⠂⠂⠂⠂⠂⠂⠂⠂⠂⠂⠂⠂) ⠧ idealTree:workflow-base: sill idealTree buildDeps $ eval $(ssh-agent) Agent pid 1886 $ ssh-add ~/.ssh/id_rsa Enter passphrase for /home//.ssh/id_rsa: Identity added: /home//.ssh/id_rsa $ ssh -T git@bitbucket.org authenticated via ssh key. You can use git to connect to Bitbucket. Shell access is disabled $ npm in..

Bug/Git 2022.04.02