I changed the system password recently. Whenever I am trying to do a git pull or a vpn connection, I am asked for the "previous" Ubuntu password. May I know why this is happening?
Asked
Active
Viewed 83 times
0
1 Answers
1
Most likely you created a new user and the new user is not an administrator.
Go to Settings -> Users and give your user this privilege.
Maybe your Home directory is still owned by another user.
Run
sudo chown -R $USER:$USER ~/
Be careful, don't skip ~
.

Pilot6
- 90,100
- 91
- 213
- 324
git pull
shouldn't ask a password. – Pilot6 Jun 13 '22 at 14:54sudo
password. By login, I meant the password I use to login to Ubuntu. This is a personal laptop and there is only one account. – SKPS Jun 13 '22 at 16:48