JohnSundell / ShellOut

Easily run shell commands from a Swift script or command line tool
MIT License
870 stars 83 forks source link

How to access ssh key #62

Open JulianSong opened 2 years ago

JulianSong commented 2 years ago

When i use shellout to exccute git command i got an error like " load pubkey "/Users/***/.ssh/id_rsa": Operation not permitted Host key verification failed. fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists. "

How to fix it?