- Run
yarn install
-
What shoud i do if i get github permission error like this =>
[email protected]: Permission denied (publickey). fatal: Could not read from remote repository.
?- Try using https protocol instead of ssh for fetching repo by running this command =>
git config --global url."https://github".insteadOf ssh://git@github
- Try using https protocol instead of ssh for fetching repo by running this command =>