I can't perform yarn
to install my packages.
Some of my packages are private like this:
"my-package": "git+ssh://git@mycompany.com:company/my-package#0.2.35"
It produce this error.
git@my-company.com: Permission denied (publickey,password).
fatal: Could not read from remote repository.
But I can git clone them via ssh, how do I solve this problem?