git - Trouble with GitHub and Ubuntu file permissions -
I recently tried pushing my new files in my repo and things got messy. I also think that my There is a problem with SSH. In fact, it is not certain how to fix any of them
files were moved to my project folder, while trying to push them into the buttocks, on which I'm terrible they're my local development project Disappeared out of Older. This is a .proj
folder. They should be here:
But I did something with GitHub which made him a pawf.
I searched for the files with the following, and it shows that the files on my machine (this is my machine, nobody else is this), but I do not have permission to access files Does anybody know how can this ./ gnupg
permission fix the problem?
$ directory search-type f -name "rpackages / saber" # find: `./.gnupg ': Permission denied $ directory- Type f -name" Rpackages "# find : `./.gnupg 'search: permission denied $ directory-type f -name" playerStats.R "# search: find` ./.gnupg': permission denied search-print 0 | Grep -FzZ 'rpackages / saber' # find: `./.gnupg ': Permission denied # ./ Rpackages / saber. / Rpackages / saber / .history ./Rpackages / saber / man ./rpackages/ # saber / man / Franchise.info.rd./rpackages/saber/man/load.event.rd./rpackages/saber # man / load.roster.rd. / Rpackages / s ....
There is nothing to fix, You can not just go to .gnupg
(which is for root
or a different account from your account)
sudo before your order Keep
, or 2 & gt; / Dev / null
at the end if you want to ignore them.
or you can take ownership of the .gnupg folder (if it is in your / homle / myaccount
folder)
sudo chown-r myaccount ~ myaccount / .gnupg
As shown in "", that folder should be allowed 700.
Comments
Post a Comment