Permission denied in git status command #16338
-
Hello, I am working on tutorial01. I was able to run a new input file and see the output through peacock. It took a week for me to get this stage. However, unfortunately, I have some issue to run "git status" It shows:
In GitHub desktop, it says "last fetched just now on" but I cannot Pull in Git tab in Atom. I think I messed it up somehow. Can you please provide some clues to resolve this? Thanks. Sung |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 19 replies
-
Permission denied errors usually are the result of running commands with ls -latrh ~/projects/babbler Thanks! |
Beta Was this translation helpful? Give feedback.
-
Guillaume, It still showed the error message. It is not easy. |
Beta Was this translation helpful? Give feedback.
Permission denied errors usually are the result of running commands with
sudo
.Can you perform a long listing while 'babbler'?
ls -latrh ~/projects/babbler
Thanks!