RStudio Project - Github Repository #3
Johnnyantoun26
started this conversation in
General
Replies: 1 comment 1 reply
-
|
It looks like you are running this on your own machine and not the departmental server - the error is due to your private key having access permissions that are too open. Based on the path in your error message I am assuming you're on a Mac, in which case you can open terminal and run the following: chmod og-rwx /Users/johnny/.ssh/id_rsaThis may have happened do to a preexisting ssh file, or more likely you have a slightly out of date version of the credentials package as these open permissions were a recently fixed bug between 1.3.0 and 1.3.1. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I am attempting to clone a forked github repository in Rstudio using SSH but I am getting the following error. Has anyone experienced this error or does anyone have any advice on how to proceed? I am able to open project using HTPPS but not SSH. Thank you!
Beta Was this translation helpful? Give feedback.
All reactions