-
I'm on Pop 21.10, I followed all the dependencies installations but I can't run the git clone command without sudo. How do I fix this? Sorry for the omega-noob question but I'm new to Linux. Thanks :) |
Beta Was this translation helpful? Give feedback.
Answered by
abraunegg
Feb 20, 2022
Replies: 1 comment
-
@Gisbitus
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
abraunegg
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@Gisbitus
Running
git clone ....
as a standard user should be possible - I do not know why you cant run this .. 'git' is a 'user-space' binary and does not need 'root privileges' to run .. and on my test system - I can run 'git' without sudo - which is 100% normal: