problem about adduser-Collection of common programming errors


  • Roman Dryndik
    permissions environment-variables git adduser
    I want to create a new user and give him possibility to use git. So, I’ve installed git:sudo apt-get install gitAfter that I’ve created a user:sudo useradd -d /home/developer -s /bin/bash -g sudo -m developerAnd now I have a problem. When I switch to a new user and try to do something like this:git clone <<here is a path>>I get this error message:fatal: unable to access ‘/home/roman/.config/git/config’: Permission deniedI can’t get why environment variables points to another user fol

Web site is in building