buildinspace / peru

a generic package manager, for including other people's code in your projects
MIT License
1.11k stars 69 forks source link

If my libs are in gitlab under SSH access, Peru can't clone #249

Closed ElleNearMello closed 1 month ago

ElleNearMello commented 1 month ago
 fatal: Could not read from remote repository.

  Please make sure you have the correct access rights
  and the repository exists.

Add documentation about where to store keys and info for access. I normally use TortoiseGit with Windows. Peru's code doesnt seem to find my private key or access configuration automatically.

oconnor663 commented 1 month ago

Peru is going to shell out to whatever git binary is at the front of your $PATH/%PATH%. If you open a terminal and run git clone ..., are you able to clone your repo? If not, fixing your terminal git environment should fix Peru.

ElleNearMello commented 1 month ago

thanks, I fixed. No issue by Peru code