I can't perform yarn
to install my packages.
Some of my packages are private like this:
"my-package": "git+ssh://[email protected]:company/my-package#0.2.35"
It produce this error.
[email protected]: 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?