I recently tried to push my new files to my repo and things went haywire. I also think there's a problem with my SSH. Not really sure how to fix either of them.
The files were moved out of my project folder while attempting to push them to GitHub, which I'm terrible at. They disappeared out of my local development project folder. It's a .Rproj
folder. They should be in here:
But I did something with GitHub that made them go poof.
I ran a search for the files with the following, and it shows that the files exist on my machine (it is my machine, no one else uses it), but I don't have permission to access the files. Does anyone know how to fix this ./.gnupg
permission issue?
find $directory -type f -name "Rpackages/saber"
# find: `./.gnupg': Permission denied
find $directory -type f -name "Rpackages"
# find: `./.gnupg': Permission denied
find $directory -type f -name "playerStats.R"
# find: `./.gnupg': Permission denied
find . -print0 | grep -FzZ 'Rpackages/saber'
# find: `./.gnupg': Permission denied
# ./Rpackages/saber./Rpackages/saber/.Rhistory./Rpackages/saber/man./Rpackages/
# saber/man/franchise.info.Rd./Rpackages/saber/man/load.event.Rd./Rpackages/saber
# man/load.roster.Rd./Rpackages/s ....