Click here to Skip to main content
15,888,169 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I installed VS Code and Git, and also some needed setups. Then I opened the project file on VS Code. I typed
C#
npm install

I got such errors
error Error while executing:
error C:\Program Files\Git\cmd\git.EXE ls-remote -h -t ssh://git@github.com/Esri/dojo.git
error
error kex_exchange_identification: read: Connection reset by peer
error fatal: Could not read from remote repository.
error Please make sure you have the correct access rights

What's the approach to be able to get the access right? Thanks.

What I have tried:

RunVS Code - Error: Could not read from remote repository, Please make sure you have the correct access rights
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900