SSH Key Subdirectory

Hi All,

I’m fairly new to Git/Github. I’ve learned how to create a new SSH Key, but is there a way to get the key to work for sub directory folders as well? Or do I need to create a new key for each sub folder?

Thanks!

Found out in troubleshooting, the permission error I was receiving was not because I did not have a SSH on a sub directory folder, but because that folder did not have a remote assigned to it. Once I assigned a remote to the sub folder, I was able to push without an errors. I’ll try not to post questions I find the solution to! :smile:

1 Like